diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-09 10:39:18 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-09 10:39:18 +0000 |
| commit | 6bb5c06e170f803659c14e91614801fce0fc7ef4 (patch) | |
| tree | eef404b971b83be6f41723eed1bec4bcbbfd76ff /clang/test | |
| parent | 054ab17c17d782187b63e01f21b4d9f3e85067d6 (diff) | |
| download | bcm5719-llvm-6bb5c06e170f803659c14e91614801fce0fc7ef4.tar.gz bcm5719-llvm-6bb5c06e170f803659c14e91614801fce0fc7ef4.zip | |
Add a triple to this test. It depends on little-endian bitfield layout.
llvm-svn: 169696
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGenCXX/2009-12-23-MissingSext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/2009-12-23-MissingSext.cpp b/clang/test/CodeGenCXX/2009-12-23-MissingSext.cpp index 1f195b48c7a..2b423678421 100644 --- a/clang/test/CodeGenCXX/2009-12-23-MissingSext.cpp +++ b/clang/test/CodeGenCXX/2009-12-23-MissingSext.cpp @@ -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. |

