summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-18 00:12:25 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-18 00:12:25 +0000
commit9a6f9a4c68ac1814e4938a27222de07c62f9ba90 (patch)
tree9f407a9d30c573735be2f41efc89c4e3ec962e80 /llvm/test
parente05274d7d9550c951703be2c2a5432cb6561af78 (diff)
downloadbcm5719-llvm-9a6f9a4c68ac1814e4938a27222de07c62f9ba90.tar.gz
bcm5719-llvm-9a6f9a4c68ac1814e4938a27222de07c62f9ba90.zip
DebugInfo: Flag test as requiring object emission support
Cleans up buildbot failures on R600 and similar. llvm-svn: 204095
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/lto-comp-dir.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/lto-comp-dir.ll b/llvm/test/DebugInfo/lto-comp-dir.ll
index 2637171d6a2..77ab70b6853 100644
--- a/llvm/test/DebugInfo/lto-comp-dir.ll
+++ b/llvm/test/DebugInfo/lto-comp-dir.ll
@@ -1,3 +1,5 @@
+; REQUIRES: object-emission
+
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -debug-dump=line - | FileCheck %s
; RUN: %llc_dwarf < %s -filetype=asm | FileCheck --check-prefix=ASM %s
OpenPOWER on IntegriCloud