diff options
author | Lang Hames <lhames@gmail.com> | 2023-09-27 13:02:15 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2023-09-27 13:04:18 -0700 |
commit | 31e01e9388667b9b34804f37202e1fed76e98030 (patch) | |
tree | 3ca32dfa91bf722b4ae2aed163ec843a85660cb3 /clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp | |
parent | 44274e566a2708a99a3571e64589520907ccbc7a (diff) | |
download | llvm-31e01e9388667b9b34804f37202e1fed76e98030.zip llvm-31e01e9388667b9b34804f37202e1fed76e98030.tar.gz llvm-31e01e9388667b9b34804f37202e1fed76e98030.tar.bz2 |
[clang-repl] Update FIXME based on feedback from @zero9178.
See https://github.com/llvm/llvm-project/issues/67586.
Diffstat (limited to 'clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp')
-rw-r--r-- | clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sanitizer/lsan_interface.h> |