summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/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
commit2873b38e6947ffe4ca434e2e318edf88ea082237 (patch)
tree4078e364ba6708da96492a20e1008dffaf920840 /llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll
parent93c33c1be615a8208ab68380bb8efcf8fb9723e6 (diff)
downloadbcm5719-llvm-2873b38e6947ffe4ca434e2e318edf88ea082237.tar.gz
bcm5719-llvm-2873b38e6947ffe4ca434e2e318edf88ea082237.zip
Renaming MCJIT .ir files to .ll and moving them to Inputs
llvm-svn: 193562
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll
new file mode 100644
index 00000000000..b39306be9e3
--- /dev/null
+++ b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll
@@ -0,0 +1,4 @@
+define i32 @FC() {
+ ret i32 0
+}
+
OpenPOWER on IntegriCloud