Issue 161645
Summary ld64.lld doesn't work with gcc, libtool or cctools' strip
Labels lld
Assignees
Reporter CendioOssman
    libtool expects `ld64` to support `-r` and `-keep_private_externs`. gcc expects ld64 to support `-no_compact_unwind`. And cctools expect ld64 to support `-r` as well as to not require `-arch`.

All of these are missing in lld, preventing it to be a drop in replacement for ld64.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to