diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-28 23:51:03 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-28 23:51:03 +0000 |
commit | 2873b38e6947ffe4ca434e2e318edf88ea082237 (patch) | |
tree | 4078e364ba6708da96492a20e1008dffaf920840 /llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll | |
parent | 93c33c1be615a8208ab68380bb8efcf8fb9723e6 (diff) | |
download | bcm5719-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.ll | 2 |
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() |