crt_code seems to correspond to SANITIZER_COMMON_CFLAGS which contains -fno-builtin.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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 :)
Comment Actions
crt_code isn't used in compiler-rt/lib/builtins, that specifies its own -fno-builtin/-fPIC.