diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-09-24 00:35:14 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-09-24 00:35:14 +0000 |
| commit | 3236c9ce4a0672b12f75959d3e048b1fc65c36f9 (patch) | |
| tree | ced54779388ecb3a2af3de59e71320b524ab0222 /llvm/test | |
| parent | 464d8eb9b77b62514a7851f6e3915d07756a6d29 (diff) | |
| download | bcm5719-llvm-3236c9ce4a0672b12f75959d3e048b1fc65c36f9.tar.gz bcm5719-llvm-3236c9ce4a0672b12f75959d3e048b1fc65c36f9.zip | |
Add REQUIRES: default_triple to these testcases.
llvm-svn: 248452
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/dwo.ll | 1 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/skeletoncu.ll | 3 |
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} |

