summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-09-30 22:02:27 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-09-30 22:02:27 +0000
commit515387569ab3a9e52d794edfac92499198396e6d (patch)
tree68d6297d2bc5b9ec520ed96e0be22761f66652f7 /llvm/test
parent6a62cd3538102f67de5fea54cd206acc47b2583e (diff)
downloadbcm5719-llvm-515387569ab3a9e52d794edfac92499198396e6d.tar.gz
bcm5719-llvm-515387569ab3a9e52d794edfac92499198396e6d.zip
Adjust test case addition in r218702 so as not to fail when the X86 target isn't built.
llvm-svn: 218708
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/Inputs/gmlt.ll (renamed from llvm/test/DebugInfo/gmlt.ll)2
-rw-r--r--llvm/test/DebugInfo/X86/gmlt.test3
-rw-r--r--llvm/test/DebugInfo/gmlt.test2
3 files changed, 5 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll
index a643931927f..cfb01da7df1 100644
--- a/llvm/test/DebugInfo/gmlt.ll
+++ b/llvm/test/DebugInfo/Inputs/gmlt.ll
@@ -1,7 +1,5 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
-; RUN: %llc_dwarf -O0 -filetype=obj < %s -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
-; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %s
; Generated from the following source compiled with clang++ -gmlt:
; void f1() {}
diff --git a/llvm/test/DebugInfo/X86/gmlt.test b/llvm/test/DebugInfo/X86/gmlt.test
new file mode 100644
index 00000000000..355c22a13a7
--- /dev/null
+++ b/llvm/test/DebugInfo/X86/gmlt.test
@@ -0,0 +1,3 @@
+; REQUIRES: object-emission
+; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
+; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll
diff --git a/llvm/test/DebugInfo/gmlt.test b/llvm/test/DebugInfo/gmlt.test
new file mode 100644
index 00000000000..6365d160ac7
--- /dev/null
+++ b/llvm/test/DebugInfo/gmlt.test
@@ -0,0 +1,2 @@
+; REQUIRES: object-emission
+; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll
OpenPOWER on IntegriCloud