[PATCH] D13870: [ELF2] - Linker script EXTERN implemented.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 10:24:19 PDT 2015


grimar added inline comments.

================
Comment at: ELF/Driver.cpp:195-197
@@ -191,5 +194,5 @@
 
   if (Files.empty())
     error("no input files.");
 }
 
----------------
Done.

================
Comment at: test/elf2/linkerscript.s:9-11
@@ -8,1 +8,5 @@
 
+# RUN: echo "EXTERN( undef undef2 )" > %t.script
+# RUN: ld.lld2 %t -o %t2 %t.script
+# RUN: llvm-readobj %t2 > /dev/null
+
----------------
Done.


http://reviews.llvm.org/D13870





More information about the llvm-commits mailing list