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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 05:39:06 PDT 2015


grimar added inline comments.

================
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
----------------
denis-protivensky wrote:
> Maybe check that both runs issue the same message?
That might be useful. Can update the patch with that later.


http://reviews.llvm.org/D13138





More information about the llvm-commits mailing list