aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-19 22:05:07 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-19 22:05:07 +0000
commitaa22a4b002e9669138485dd415aa8b74bb60f37e (patch)
tree7b68045b895b688d171e3632fac9cdc545f71c47 /test/ExecutionEngine/MCJIT/hello-sm-pic.ll
parentc4d070ad07c606f77af15604dbbe817edd11ca9c (diff)
downloadexternal_llvm-aa22a4b002e9669138485dd415aa8b74bb60f37e.zip
external_llvm-aa22a4b002e9669138485dd415aa8b74bb60f37e.tar.gz
external_llvm-aa22a4b002e9669138485dd415aa8b74bb60f37e.tar.bz2
Reverting r188709 until I can figure out the proper way to XFAIL it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/hello-sm-pic.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/hello-sm-pic.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/ExecutionEngine/MCJIT/hello-sm-pic.ll b/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
deleted file mode 100644
index 234f0a6..0000000
--- a/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: x86_64, i386
-
-@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
-
-declare i32 @puts(i8*)
-
-define i32 @main() {
- %reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
- ret i32 0
-}
-