We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44274e5 commit 31e01e9Copy full SHA for 31e01e9
clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
@@ -30,7 +30,7 @@
30
#include "gtest/gtest.h"
31
32
// Disable LSan for this test.
33
-// FIXME: Re-enable this once we track down the leak described in
+// FIXME: Re-enable once we can assume GCC 13.2 or higher.
34
// https://llvm.org/github.com/llvm/llvm-project/issues/67586.
35
#if LLVM_ADDRESS_SANITIZER_BUILD || LLVM_HWADDRESS_SANITIZER_BUILD
36
#include <sanitizer/lsan_interface.h>
0 commit comments