[PATCH] Add Position-independent Code model Module API.

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Sun Oct 26 19:10:23 PDT 2014


================
Comment at: test/Linker/module-flags-pic-1-a.ll:1
@@ +1,2 @@
+; RUN: llvm-link %s %p/module-flags-pic-1-b.ll -S -o - | FileCheck
+
----------------
This test has no CHECK line. You also need to pass %s to FileCheck

================
Comment at: test/Linker/module-flags-pic-1-b.ll:1
@@ +1,1 @@
+; RUN: true
----------------
Please put this in test/Linker/Inputs. That way you don't need the dummy RUN line.

================
Comment at: test/Linker/module-flags-pic-2-a.ll:2
@@ +1,3 @@
+; RUN: llvm-link %s %p/module-flags-pic-2-b.ll -S -o - | FileCheck
+; XFAIL: *
+
----------------
Why XFAIL?

http://reviews.llvm.org/D5882






More information about the llvm-commits mailing list