================ @@ -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