[clang] [Driver] Corrections for linker flags passed with relocatable linking on OpenBSD (PR #67254)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 19 21:19:50 PDT 2023


MaskRay wrote:

`-Bdynamic` is the linker default, so you can remove it. Gnu.cpp uses `-Bdynamic` like `)` to close `-Bstatic`: `-Bstatic ... `-Bdynamic`

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


More information about the cfe-commits mailing list