[all-commits] [llvm/llvm-project] f73f36: [gn build] Move -fno-builtin to crt_code
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jan 26 18:34:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f73f367f72665fade97f04fa68b4fa83e7f28dbf
https://github.com/llvm/llvm-project/commit/f73f367f72665fade97f04fa68b4fa83e7f28dbf
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M llvm/utils/gn/build/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
Log Message:
-----------
[gn build] Move -fno-builtin to crt_code
crt_code seems to correspond to SANITIZER_COMMON_CFLAGS which contains -fno-builtin.
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D118288
More information about the All-commits
mailing list