summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2873b38e6947ffe4ca434e2e318edf88ea082237 (patch)
tree4078e364ba6708da96492a20e1008dffaf920840 /llvm/test/ExecutionEngine/MCJIT/cross-module-a.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/cross-module-a.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll
index d6f04239e91..fe8d3864c9b 100644
--- a/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll
+++ b/llvm/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()
OpenPOWER on IntegriCloud