[lld] [LLD] [MinGW] Ignore the -rpath option (PR #102886)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 15:01:04 PDT 2024


MaskRay wrote:

lld/COFF prints warnings for unknown options. Therefore, if `-rpath` is unrecognized, printing a warning seems reasonable.

(I'm actually surprised that the PE/COFF port uses warnings instead of errors (ELF, wasm, Mach-O)....)

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


More information about the llvm-commits mailing list