This fixes the omission of -fPIC when building the builtins.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This change breaks on certain sysroots, because of -ffreestanding. I removed that flag in rL279496, after verifying that the non-standalone build also doesn't add this flag by default.