[clang] [Driver] Make ELF -nopie specific to OpenBSD (PR #72578)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 16 23:55:33 PST 2023


MaskRay wrote:

> -nopie is for the linker. We only use -fno-pie for the compiler.

OK. Then it seems that the driver option `-nopie` for linking should be removed even for OpenBSD?

https://github.com/llvm/llvm-project/pull/72578


More information about the cfe-commits mailing list