summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/Inputs/cross-module-b.ll (renamed from llvm/test/ExecutionEngine/MCJIT/cross-module-b.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-b.ll (renamed from llvm/test/ExecutionEngine/MCJIT/multi-module-b.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll (renamed from llvm/test/ExecutionEngine/MCJIT/multi-module-c.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll (renamed from llvm/test/ExecutionEngine/MCJIT/multi-module-eh-b.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll (renamed from llvm/test/ExecutionEngine/MCJIT/remote/cross-module-b.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll (renamed from llvm/test/ExecutionEngine/MCJIT/remote/multi-module-b.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll (renamed from llvm/test/ExecutionEngine/MCJIT/remote/multi-module-c.ir)0
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll2
16 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/cross-module-b.ir b/llvm/test/ExecutionEngine/MCJIT/Inputs/cross-module-b.ll
index 68701174110..68701174110 100644
--- a/llvm/test/ExecutionEngine/MCJIT/cross-module-b.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/Inputs/cross-module-b.ll
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-b.ir b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-b.ll
index 103b601e7f0..103b601e7f0 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-b.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-b.ll
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-c.ir b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll
index b39306be9e3..b39306be9e3 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-c.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-b.ir b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll
index d7dbb032b5d..d7dbb032b5d 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-b.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll
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()
diff --git a/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
index 7631ca8e767..f8acc2a86c8 100644
--- a/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
@@ -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()
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll
index abb0e973ea4..8848ca6117f 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/multi-module-a.ll
@@ -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()
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
index 5883366bbf3..66fafc924ac 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
@@ -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*)
diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
index 423356f1284..8e270b185f4 100644
--- a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
@@ -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()
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-b.ir b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
index 68701174110..68701174110 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-b.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-b.ir b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
index 103b601e7f0..103b601e7f0 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-b.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-c.ir b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
index b39306be9e3..b39306be9e3 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-c.ir
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
index 69565a385e9..79efb3cfc77 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
@@ -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
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
index 75d9b6b1eb4..c77cbda8e46 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
@@ -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()
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
index 5cb4224b510..d7c282914f3 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
@@ -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
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
index a7fe6277e6b..74a6a6bc4a8 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
@@ -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()
OpenPOWER on IntegriCloud