From cdbfefbfeda62fa5265fe1b74543f4621407b6d3 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 18 Mar 2014 00:12:25 +0000 Subject: [PATCH] DebugInfo: Flag test as requiring object emission support Cleans up buildbot failures on R600 and similar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204095 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/lto-comp-dir.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/DebugInfo/lto-comp-dir.ll b/test/DebugInfo/lto-comp-dir.ll index 2637171d6a2..77ab70b6853 100644 --- a/test/DebugInfo/lto-comp-dir.ll +++ b/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