diff options
author | Devang Patel <dpatel@apple.com> | 2010-06-29 00:04:40 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-06-29 00:04:40 +0000 |
commit | e4e7d56396774e42f3dc5d4c6ae541f92cfa71be (patch) | |
tree | 43472f8c6bb41143f207ea17a62ed36ba26bfa0c /test | |
parent | 8674949513837dab7efa11c8d338db4f714a244b (diff) |
The comment string does not match for all targets. PowerPC uses ;.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/FrontendC/2010-06-28-DbgEntryPC.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC/2010-06-28-DbgEntryPC.c b/test/FrontendC/2010-06-28-DbgEntryPC.c index 9ce236425a..6505ab99e7 100644 --- a/test/FrontendC/2010-06-28-DbgEntryPC.c +++ b/test/FrontendC/2010-06-28-DbgEntryPC.c @@ -2,6 +2,7 @@ // Use DW_FORM_addr for DW_AT_entry_pc. // Radar 8094785 +// XTARGET: x86,i386,i686 // CHECK: .byte 17 ## DW_TAG_compile_unit // CHECK-NEXT: .byte 1 ## DW_CHILDREN_yes // CHECK-NEXT: .byte 37 ## DW_AT_producer |