]> granicus.if.org Git - llvm/commitdiff
Renaming MCJIT .ir files to .ll and moving them to Inputs
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 28 Oct 2013 23:51:03 +0000 (23:51 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 28 Oct 2013 23:51:03 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193562 91177308-0d34-0410-b5e6-96231b3b80d8

16 files changed:
test/ExecutionEngine/MCJIT/Inputs/cross-module-b.ll [moved from test/ExecutionEngine/MCJIT/cross-module-b.ir with 100% similarity]
test/ExecutionEngine/MCJIT/Inputs/multi-module-b.ll [moved from test/ExecutionEngine/MCJIT/multi-module-b.ir with 100% similarity]
test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll [moved from test/ExecutionEngine/MCJIT/multi-module-c.ir with 100% similarity]
test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll [moved from test/ExecutionEngine/MCJIT/multi-module-eh-b.ir with 100% similarity]
test/ExecutionEngine/MCJIT/cross-module-a.ll
test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/multi-module-a.ll
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll [moved from test/ExecutionEngine/MCJIT/remote/cross-module-b.ir with 100% similarity]
test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll [moved from test/ExecutionEngine/MCJIT/remote/multi-module-b.ir with 100% similarity]
test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll [moved from test/ExecutionEngine/MCJIT/remote/multi-module-c.ir with 100% similarity]
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll

index d6f04239e91e9f07f97e21890dc7bee85e806ff5..fe8d3864c9b65bc7390619d2287b22c24ed7fc46 100644 (file)
@@ -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()
 
index 7631ca8e7671ed4716114107e8b94688772f658a..f8acc2a86c83781379aa7a6dda71a57050447810 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386, aarch64, arm
 
 declare i32 @FB()
index abb0e973ea465dd6e1ad256531c5c1294e254ae3..8848ca6117f4bfbda33f82e8b274e0585c0b9ef3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s > /dev/null
 
 declare i32 @FB()
 
index 5883366bbf3ce5730f6118f099195425d301a05b..66fafc924acd16d224a6910cf4cc2b4bd66167a0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/multi-module-eh-b.ir %s
+; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-eh-b.ll %s
 ; XFAIL: arm, cygwin, win32, mingw
 declare i8* @__cxa_allocate_exception(i64)
 declare void @__cxa_throw(i8*, i8*, i8*)
index 423356f12845c2cffae90c50a97dc9cfd173eac8..8e270b185f4e37f779ed5040d513988b7a984f83 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386, aarch64, arm
 
 declare i32 @FB()
index 69565a385e92009ed9106f2d3352c6cf67423669..79efb3cfc77a361a1fc72f54ccb4135be49d1374 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
 
 ; This fails because __main is not resolved in remote mcjit.
 ; XFAIL: cygwin,mingw32
index 75d9b6b1eb402685ebeee6e11a6d407a38e0d99c..c77cbda8e464e2725fc369d9e7abc9a1c1c75278 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386, aarch64, arm
 
 declare i32 @FB()
index 5cb4224b510301c7f18754bed84a4971e83b941a..d7c282914f32a5873826cab88bc8c576b7b8c55e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
 
 ; This fails because __main is not resolved in remote mcjit.
 ; XFAIL: cygwin,mingw32
index a7fe6277e6b1964c06ead9a9f4f804db285b06c5..74a6a6bc4a85a087ec393edde34b8d9325f50ac3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
+; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
 ; XFAIL: mips, i686, i386, aarch64, arm
 
 declare i32 @FB()