[lld] [lld-macho] icf objc stubs (PR #79730)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 11:04:29 PST 2024


================
@@ -10,6 +10,9 @@
 
 # WARNING: warning: -objc_stubs_small is not yet implemented, defaulting to -objc_stubs_fast
 
+# RUN: %lld -arch x86_64 -lSystem -o %t-icf.out --icf=all %t.o
----------------
alx32 wrote:

Might be worth adding same run with `--icf=safe` too.

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


More information about the llvm-commits mailing list