Skip to content

Commit

Permalink
[clang-repl] Update FIXME based on feedback from @zero9178.
Browse files Browse the repository at this point in the history
See #67586.
  • Loading branch information
lhames committed Sep 27, 2023
1 parent 44274e5 commit 31e01e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 31e01e9

Please sign in to comment.