projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d7df6
)
Fix failure of newly added test, by using %clang instead of %clang_cc1
author
Preston Gurd
<preston.gurd@intel.com>
Wed, 3 Oct 2012 16:52:40 +0000
(16:52 +0000)
committer
Preston Gurd
<preston.gurd@intel.com>
Wed, 3 Oct 2012 16:52:40 +0000
(16:52 +0000)
and by specifying a target.
llvm-svn: 165130
clang/test/CodeGen/atom-idiv-bypass.c
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/atom-idiv-bypass.c
b/clang/test/CodeGen/atom-idiv-bypass.c
index
596e18b
..
a2ed553
100644
(file)
--- a/
clang/test/CodeGen/atom-idiv-bypass.c
+++ b/
clang/test/CodeGen/atom-idiv-bypass.c
@@
-3,7
+3,7
@@
// branch to bypass the slow IDIV instruction. This test verifies that global
// context types are used when comparing with those in the BypassTypeMap.
-// RUN: %clang
_cc1 %s
-march=atom -m32 -O2 -S -o - | FileCheck %s
+// RUN: %clang
%s -triple i386-unknown-unknown
-march=atom -m32 -O2 -S -o - | FileCheck %s
// CHECK: div32
// CHECK: orl
// CHECK: testl