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

David Kreitzer via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 09:34:16 PDT 2015


DavidKreitzer added inline comments.

================
Comment at: test/CodeGen/X86/pie-2.ll:1
@@ +1,2 @@
+; RUN: llc < %s -mcpu=generic -mtriple=i686-linux-gnu -relocation-model=pic -asm-verbose=false -enable-pie | FileCheck %s -check-prefix=LINUX
+; RUN: llc < %s -mcpu=generic -mtriple=i686-linux-gnu -fast-isel -relocation-model=pic -asm-verbose=false -enable-pie | FileCheck %s -check-prefix=LINUX
----------------
This test is almost identical to pie-1.ll.  Can you combine them?



Repository:
  rL LLVM

http://reviews.llvm.org/D13481





More information about the llvm-commits mailing list