[clang] [clang] force libc linked with --no-as-needed when using compiler-rt (PR #95848)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 10:47:59 PDT 2024


MaskRay wrote:

(Sorry for the late reply. I have many notifications.)

Can you print the relevant command line arguments before and after this patch? I think the current `-lc` is added in the normal no-as-needed mode:  `... --no-as-needed -lc `

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


More information about the cfe-commits mailing list