Skip to content

Commit c324281

Browse files
committed
[clang][test] Update link for Arm clang-repl test disable
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.
1 parent 151bd7c commit c324281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ TEST_F(InterpreterTest, InstantiateTemplate) {
283283
}
284284

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

0 commit comments

Comments
 (0)