diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-03-18 00:12:25 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-03-18 00:12:25 +0000 |
| commit | 9a6f9a4c68ac1814e4938a27222de07c62f9ba90 (patch) | |
| tree | 9f407a9d30c573735be2f41efc89c4e3ec962e80 /llvm/test | |
| parent | e05274d7d9550c951703be2c2a5432cb6561af78 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

