]> granicus.if.org Git - clang/commitdiff
Add a triple to this test. It depends on little-endian bitfield layout.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 9 Dec 2012 10:39:18 +0000 (10:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 9 Dec 2012 10:39:18 +0000 (10:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169696 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/2009-12-23-MissingSext.cpp

index 1f195b48c7afd79f4a86f1ff56a8e204e3b8f334..2b423678421b6d276efc9b532c4a99117d487522 100644 (file)
@@ -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.