[PATCH] D13481: [X86] Call locally defined function directly for PIE

H.J Lu via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 10:09:36 PDT 2015


hjl.tools added a comment.

I tried putting

; LINUX-NOT:	call{{l|q}}	foo at PLT
; LINUX:	call{{l|q}}	foo

in the same file.  But test passed even if llvm wasn't fixed.  It seems that

; LINUX:	call{{l|q}}	foo

matches

call{{l|q}}	foo at PLT

and cancels

; LINUX-NOT:	call{{l|q}}	foo at PLT


Repository:
  rL LLVM

http://reviews.llvm.org/D13481





More information about the llvm-commits mailing list