[all-commits] [llvm/llvm-project] 343597: [GWP-ASan] Respect compiler-rt's -fno-lto
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Thu Nov 7 07:43:24 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 343597789eba1e6482e130b0c1b0818b1432d311
https://github.com/llvm/llvm-project/commit/343597789eba1e6482e130b0c1b0818b1432d311
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M compiler-rt/lib/gwp_asan/CMakeLists.txt
Log Message:
-----------
[GWP-ASan] Respect compiler-rt's -fno-lto
https://bugs.llvm.org/show_bug.cgi?id=43722
GWP-ASan didn't include SANITIZER_COMMON_CFLAGS, and thus would produce
LLVM bitcode files, when compiler-rt is generally built without LTO.
More information about the All-commits
mailing list