forked from OSchip/llvm-project
Specify REQUIRES: default_triple in two debuginfo tests
These were failing when specifying LLVM_DEFAULT_TARGET_TRIPLE='' llvm-svn: 346185
This commit is contained in:
parent
7ab3a66a8c
commit
d05345304c
|
@ -1,5 +1,6 @@
|
|||
; RUN: %llc_dwarf %s -filetype=obj -o %t
|
||||
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
|
||||
; REQUIRES: default_triple
|
||||
|
||||
; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
|
||||
; share a scope. Both are declarations and end up in the scope's CU. We want to
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
; Make sure that absolute source dir is detected correctly regardless of the platform.
|
||||
; REQUIRES: object-emission
|
||||
; REQUIRES: object-emission, default_triple
|
||||
|
||||
; On powerpc llvm-nm describes win_func as a global variable, not a function. It breaks the test.
|
||||
; It is not essential to DWARF path handling code we're testing here.
|
||||
; UNSUPPORTED: powerpc
|
||||
|
|
Loading…
Reference in New Issue