[PATCH] D21969: [ELF] - Implemented --fatal-warnings option.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 4 06:30:36 PDT 2016
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/fatal-warnings.s:6
@@ +5,3 @@
+# RUN: ld.lld --warn-common %t1.o %t2.o -o %t1.out
+# RUN: llvm-readobj %t1.out > /dev/null 2>&1
+
----------------
Maybe check that they print the same message?
http://reviews.llvm.org/D21969
More information about the llvm-commits
mailing list