We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab3a66 commit d053453Copy full SHA for d053453
llvm/test/DebugInfo/cross-cu-scope.ll
@@ -1,5 +1,6 @@
1
; RUN: %llc_dwarf %s -filetype=obj -o %t
2
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
3
+; REQUIRES: default_triple
4
5
; Reduced test case from PR35212. Two DISubprogram belong to a different CU but
6
; share a scope. Both are declarations and end up in the scope's CU. We want to
llvm/test/DebugInfo/debuglineinfo-path.ll
; 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
0 commit comments