[PATCH] D99795: [gn build] add build file for tsan runtime
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 09:57:45 PDT 2021
thakis added inline comments.
================
Comment at: llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn:152-155
+ # lsan
+ "-Wl,-U,___lsan_default_options",
+ "-Wl,-U,___lsan_default_suppressions",
+ "-Wl,-U,___lsan_is_turned_off",
----------------
aeubanks wrote:
> is the lsan stuff needed?
oh good catch, it's not. thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99795/new/
https://reviews.llvm.org/D99795
More information about the llvm-commits
mailing list