[lld] [lld-macho] Sort LC_LINKER_OPTIONS before processing (PR #201604)

Nuri Amari via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 07:57:19 PDT 2026


================
@@ -34,12 +34,12 @@
 
 ; CHECK: <_foo1>:
----------------
NuriAmari wrote:

We still load all object files before resolving loads triggered by LC_LINKER_OPTIONS, but when we do resolve them, we do it in sorted order.

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


More information about the llvm-commits mailing list