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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 03:21:13 PDT 2015


grimar marked 2 inline comments as done.

================
Comment at: test/elf2/no-inhibit-exec.s:3
@@ +2,3 @@
+# RUN: not lld -flavor gnu2 %t -o %t2
+# RUN: lld -flavor gnu2 %t --noinhibit-exec -o %t2
+# RUN: llvm-objdump -d %t2 | FileCheck %s
----------------
Done !

================
Comment at: test/elf2/no-inhibit-exec.s:12
@@ +11,3 @@
+# next code will not link without noinhibit-exec flag 
+# because of undefined symbol _bar
+.globl _start;
----------------
Agree. Fixed.


http://reviews.llvm.org/D13138





More information about the llvm-commits mailing list