Skip to content

Commit d053453

Browse files
committed
Specify REQUIRES: default_triple in two debuginfo tests
These were failing when specifying LLVM_DEFAULT_TARGET_TRIPLE='' llvm-svn: 346185
1 parent 7ab3a66 commit d053453

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

llvm/test/DebugInfo/cross-cu-scope.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; RUN: %llc_dwarf %s -filetype=obj -o %t
22
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
3+
; REQUIRES: default_triple
34

45
; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
56
; share a scope. Both are declarations and end up in the scope's CU. We want to

llvm/test/DebugInfo/debuglineinfo-path.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; Make sure that absolute source dir is detected correctly regardless of the platform.
2-
; REQUIRES: object-emission
2+
; REQUIRES: object-emission, default_triple
3+
34
; On powerpc llvm-nm describes win_func as a global variable, not a function. It breaks the test.
45
; It is not essential to DWARF path handling code we're testing here.
56
; UNSUPPORTED: powerpc

0 commit comments

Comments
 (0)