summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/DebugInfo/dwo.ll1
-rw-r--r--llvm/test/DebugInfo/skeletoncu.ll3
2 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/dwo.ll b/llvm/test/DebugInfo/dwo.ll
index 2cdeacc9185..fd9aa16484c 100644
--- a/llvm/test/DebugInfo/dwo.ll
+++ b/llvm/test/DebugInfo/dwo.ll
@@ -3,6 +3,7 @@
; CHECK: DW_TAG_compile_unit
; CHECK: DW_AT_GNU_dwo_id {{.*}}abcd
; CHECK-NOT: DW_AT_GNU_dwo_name
+; REQUIRES: default_triple
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!3, !4}
diff --git a/llvm/test/DebugInfo/skeletoncu.ll b/llvm/test/DebugInfo/skeletoncu.ll
index 74ffec4519e..011fb13520b 100644
--- a/llvm/test/DebugInfo/skeletoncu.ll
+++ b/llvm/test/DebugInfo/skeletoncu.ll
@@ -3,7 +3,8 @@
; CHECK: DW_TAG_compile_unit
; CHECK: DW_AT_GNU_dwo_id {{.*}}abcd
; CHECK: DW_AT_GNU_dwo_name {{.*}}"my.dwo"
-
+; REQUIRES: default_triple
+
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!3, !4}
OpenPOWER on IntegriCloud