[PATCH] D118288: [gn build] Move -fno-builtin to crt_code
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 26 18:05:36 PST 2022
aeubanks added a comment.
In D118288#3274377 <https://reviews.llvm.org/D118288#3274377>, @thakis wrote:
> I guess crt_code is maybe also used by lib/buildins (?) So maybe crt_code doesn't correspond to SANITIZER_COMMON_CFLAGS since it's (maybe) also used for non-sanitizer compiler-rt things. Didn't check, maybe do a quick check of that before committing :)
crt_code isn't used in compiler-rt/lib/builtins, that specifies its own -fno-builtin/-fPIC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118288/new/
https://reviews.llvm.org/D118288
More information about the llvm-commits
mailing list