[llvm-commits] [llvm] r107103 - /llvm/trunk/test/FrontendC/2010-06-28-DbgEntryPC.c

Devang Patel dpatel at apple.com
Mon Jun 28 17:04:40 PDT 2010


Author: dpatel
Date: Mon Jun 28 19:04:40 2010
New Revision: 107103

URL: http://llvm.org/viewvc/llvm-project?rev=107103&view=rev
Log:
The comment string does not match for all targets. PowerPC uses ;.

Modified:
    llvm/trunk/test/FrontendC/2010-06-28-DbgEntryPC.c

Modified: llvm/trunk/test/FrontendC/2010-06-28-DbgEntryPC.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2010-06-28-DbgEntryPC.c?rev=107103&r1=107102&r2=107103&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2010-06-28-DbgEntryPC.c (original)
+++ llvm/trunk/test/FrontendC/2010-06-28-DbgEntryPC.c Mon Jun 28 19:04:40 2010
@@ -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





More information about the llvm-commits mailing list