[PATCH] D13138: [ELF2] - add support of --noinhibit-exec flag

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 03:39:34 PDT 2015


denis-protivensky added a subscriber: denis-protivensky.

================
Comment at: test/elf2/no-inhibit-exec.s:2
@@ +1,3 @@
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
+# RUN: not lld -flavor gnu2 %t -o %t2
+# RUN: lld -flavor gnu2 %t --noinhibit-exec -o %t2
----------------
Maybe check that both runs issue the same message?


http://reviews.llvm.org/D13138





More information about the llvm-commits mailing list