Author: Lang Hames
Date: 2023-09-27T13:04:18-07:00
New Revision: 31e01e9388667b9b34804f37202e1fed76e98030

URL: 
https://github.com/llvm/llvm-project/commit/31e01e9388667b9b34804f37202e1fed76e98030
DIFF: 
https://github.com/llvm/llvm-project/commit/31e01e9388667b9b34804f37202e1fed76e98030.diff

LOG: [clang-repl] Update FIXME based on feedback from @zero9178.

See https://github.com/llvm/llvm-project/issues/67586.

Added: 
    

Modified: 
    clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp

Removed: 
    


################################################################################
diff  --git 
a/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp 
b/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
index adff020d3a09887..4709a9479edaffc 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>


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to