[PATCH] D16667: ELF: Do not use fatal in LinkerScript.cpp.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 11:59:58 PST 2016
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/invalid-linkerscript.test:6
@@ +5,3 @@
+# ERR1: unknown directive: foobar
+# ERR1: no input files
+
----------------
Add a comment saying all the "no input files" are here just to show that the parser gives up, but the linker keeps going when an error is found.
http://reviews.llvm.org/D16667
More information about the llvm-commits
mailing list