summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-28 23:51:03 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-28 23:51:03 +0000
commit61e22ea592f877d4b7a632fc3ac208445612a8bd (patch)
tree5830e025df57b6824baeaee64de361dc3f1ded38 /test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
parent6faff4886a3059a8cda08f015d29a6c9a0a4de3c (diff)
downloadllvm-61e22ea592f877d4b7a632fc3ac208445612a8bd.tar.gz
llvm-61e22ea592f877d4b7a632fc3ac208445612a8bd.tar.bz2
llvm-61e22ea592f877d4b7a632fc3ac208445612a8bd.tar.xz
Renaming MCJIT .ir files to .ll and moving them to Inputs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll b/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
new file mode 100644
index 0000000000..b39306be9e
--- /dev/null
+++ b/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
@@ -0,0 +1,4 @@
+define i32 @FC() {
+ ret i32 0
+}
+