diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-06-03 22:24:54 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-06-03 22:24:54 +0000 |
commit | f56b4f6fddbb541f8cb55b56a24b3438a5f3550b (patch) | |
tree | 02c5f3f3d3d07f629f9b085c5f0c31c7499ac179 /clang/test/CodeGenCXX/array-construction.cpp | |
parent | 54e8ac5562fcc83c50cc1a451401b3a1bd15fcc6 (diff) | |
download | bcm5719-llvm-f56b4f6fddbb541f8cb55b56a24b3438a5f3550b.tar.gz bcm5719-llvm-f56b4f6fddbb541f8cb55b56a24b3438a5f3550b.zip |
These tests require particular registered targets. Declared as such.
llvm-svn: 132600
Diffstat (limited to 'clang/test/CodeGenCXX/array-construction.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/array-construction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/array-construction.cpp b/clang/test/CodeGenCXX/array-construction.cpp index d044ac59782..5efe18322d8 100644 --- a/clang/test/CodeGenCXX/array-construction.cpp +++ b/clang/test/CodeGenCXX/array-construction.cpp @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target,x86-64-registered-target // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++0x -S %s -o %t-64.s // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s |