diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:40 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-12 10:45:40 +0000 |
| commit | fcd16e36c80ecf929179f5ce085ae0200878139e (patch) | |
| tree | ff56b6d0fdb1099e9681f3630dc98e8af892de20 /clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp | |
| parent | e413ad99ac682b3aa0b917352898818b16e50cb2 (diff) | |
| download | bcm5719-llvm-fcd16e36c80ecf929179f5ce085ae0200878139e.tar.gz bcm5719-llvm-fcd16e36c80ecf929179f5ce085ae0200878139e.zip | |
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests.
I think some of them could be rewritten to fit also LLP64.
llvm-svn: 163699
Diffstat (limited to 'clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp b/clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp index 875c412c6b4..1c9d1202afb 100644 --- a/clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp +++ b/clang/test/CodeGenCXX/2005-01-03-StaticInitializers.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s +// REQUIRES: LP64 struct S { int A[2]; |

