[cfe-commits] r165130 - /cfe/trunk/test/CodeGen/atom-idiv-bypass.c

Preston Gurd preston.gurd at intel.com
Wed Oct 3 09:52:40 PDT 2012


Author: pgurd
Date: Wed Oct  3 11:52:40 2012
New Revision: 165130

URL: http://llvm.org/viewvc/llvm-project?rev=165130&view=rev
Log:
Fix failure of newly added test, by using %clang instead of %clang_cc1
and by specifying a target.


Modified:
    cfe/trunk/test/CodeGen/atom-idiv-bypass.c

Modified: cfe/trunk/test/CodeGen/atom-idiv-bypass.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/atom-idiv-bypass.c?rev=165130&r1=165129&r2=165130&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/atom-idiv-bypass.c (original)
+++ cfe/trunk/test/CodeGen/atom-idiv-bypass.c Wed Oct  3 11:52:40 2012
@@ -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





More information about the cfe-commits mailing list