From d4d53a507caba8d3a94e5c4c1e9bc325639e49ad Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 24 Sep 2015 00:35:14 +0000 Subject: [PATCH] Add REQUIRES: default_triple to these testcases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248452 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/dwo.ll | 1 + test/DebugInfo/skeletoncu.ll | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/DebugInfo/dwo.ll b/test/DebugInfo/dwo.ll index 2cdeacc9185..fd9aa16484c 100644 --- a/test/DebugInfo/dwo.ll +++ b/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/test/DebugInfo/skeletoncu.ll b/test/DebugInfo/skeletoncu.ll index 74ffec4519e..011fb13520b 100644 --- a/test/DebugInfo/skeletoncu.ll +++ b/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} -- 2.11.0