Skip to content

Commit

Permalink
[clang][test] Update link for Arm clang-repl test disable
Browse files Browse the repository at this point in the history
The original bug is legitimate UB, but this is in the clang constant
expression interpreter, not clang-repl.

#94994 covers investigation
of this specific bug in clang-repl.
  • Loading branch information
DavidSpickett committed Jun 10, 2024
1 parent 151bd7c commit c324281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/unittests/Interpreter/InterpreterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ TEST_F(InterpreterTest, InstantiateTemplate) {
}

// This test exposes an ARM specific problem in the interpreter, see
// https://github.com/llvm/llvm-project/issues/94741.
// https://github.com/llvm/llvm-project/issues/94994.
#ifndef __arm__
TEST_F(InterpreterTest, Value) {
std::unique_ptr<Interpreter> Interp = createInterpreter();
Expand Down

0 comments on commit c324281

Please sign in to comment.