[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

Jacek Caban via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 19 13:44:48 PDT 2024


https://github.com/cjacek approved this pull request.

The commit itself seems quite simple and seems safe on its own. I guess the main worry would be that some build system configure checks may, in theory, now consider it as available and start using a different, potentially unintended, code paths. Still, given that it was the case with GNU tools, that risk seems small.

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


More information about the llvm-branch-commits mailing list