MaskRay wrote: I introduced CLANG_DEFAULT_PIE_ON_LINUX in https://reviews.llvm.org/D113372. The name ON_LINUX is intentional - PIE as a concept is only used by ELF platforms. A generic CLANG_DEFAULT_PIE wouldn't make sense on some OSes. Many ELF platforms don't need PIE customization like the plethora of Linux distros do.
https://github.com/llvm/llvm-project/pull/206568 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
