From 31e01e9388667b9b34804f37202e1fed76e98030 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 27 Sep 2023 13:02:15 -0700 Subject: [clang-repl] Update FIXME based on feedback from @zero9178. See https://github.com/llvm/llvm-project/issues/67586. --- clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp') diff --git a/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp b/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp index adff020..4709a94 100644 --- a/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp +++ b/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp @@ -30,7 +30,7 @@ #include "gtest/gtest.h" // Disable LSan for this test. -// FIXME: Re-enable this once we track down the leak described in +// FIXME: Re-enable once we can assume GCC 13.2 or higher. // https://llvm.org/github.com/llvm/llvm-project/issues/67586. #if LLVM_ADDRESS_SANITIZER_BUILD || LLVM_HWADDRESS_SANITIZER_BUILD #include -- cgit v1.1