projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6536132
)
Add an explicit triple to make this test behave consistently.
author
Dan Gohman
<gohman@apple.com>
Sat, 10 Jul 2010 09:01:35 +0000
(09:01 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 10 Jul 2010 09:01:35 +0000
(09:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108041
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2010-06-28-DbgEntryPC.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2010-06-28-DbgEntryPC.c
b/test/FrontendC/2010-06-28-DbgEntryPC.c
index 61b4addd219d404292b808573cf57ba3aefd2b41..76a6b513b0e7c937c609eb5dc65430709d939921 100644
(file)
--- 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