[cfe-commits] r169696 - /cfe/trunk/test/CodeGenCXX/2009-12-23-MissingSext.cpp
Chandler Carruth
chandlerc at gmail.com
Sun Dec 9 02:39:18 PST 2012
Author: chandlerc
Date: Sun Dec 9 04:39:18 2012
New Revision: 169696
URL: http://llvm.org/viewvc/llvm-project?rev=169696&view=rev
Log:
Add a triple to this test. It depends on little-endian bitfield layout.
Modified:
cfe/trunk/test/CodeGenCXX/2009-12-23-MissingSext.cpp
Modified: cfe/trunk/test/CodeGenCXX/2009-12-23-MissingSext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2009-12-23-MissingSext.cpp?rev=169696&r1=169695&r2=169696&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2009-12-23-MissingSext.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2009-12-23-MissingSext.cpp Sun Dec 9 04:39:18 2012
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple x86_64-unknown-unknown -emit-llvm -o - | FileCheck %s
// The store of p.y into the temporary was not
// getting extended to 32 bits, so uninitialized
// bits of the temporary were used. 7366161.
More information about the cfe-commits
mailing list