diff options
-rw-r--r-- | test/FrontendC/2010-06-28-DbgEntryPC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2010-06-28-DbgEntryPC.c b/test/FrontendC/2010-06-28-DbgEntryPC.c index 61b4addd21..76a6b513b0 100644 --- a/test/FrontendC/2010-06-28-DbgEntryPC.c +++ b/test/FrontendC/2010-06-28-DbgEntryPC.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 | FileCheck %s +// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -mtriple=i386-apple-darwin | FileCheck %s // Use DW_FORM_addr for DW_AT_entry_pc. // Radar 8094785 |