Commit 31e01e93 authored by Lang Hames's avatar Lang Hames
Browse files

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

parent 44274e56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>