summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/cross-module-a.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/cross-module-a.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/cross-module-a.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/cross-module-a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/cross-module-a.ll b/test/ExecutionEngine/MCJIT/cross-module-a.ll
index d6f04239e9..fe8d3864c9 100644
--- a/test/ExecutionEngine/MCJIT/cross-module-a.ll
+++ b/test/ExecutionEngine/MCJIT/cross-module-a.ll
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null
declare i32 @FB()