[PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 01:19:47 PDT 2015


atanasyan added a subscriber: atanasyan.

================
Comment at: test/elf/unresolved-symbols.test:8
@@ +7,3 @@
+# Test if option is used in correct form
+RUN: clang -c %p/Inputs/main_unresolved-symbols.c -o %p/Inputs/main_unresolved-symbols.o
+RUN: clang -c %p/Inputs/foo_unresolved-symbols.c -o %p/Inputs/foo_unresolved-symbols.o
----------------
Is it possible to escape using Clang in the test? Usually build-bots do not build Clang with LLD.


http://reviews.llvm.org/D12226





More information about the llvm-commits mailing list