commit | 5a2675d23796e8b75089acc8199b60ab61c2a19f | [log] [tgz] |
---|---|---|
author | Galina Kistanova <gkistanova@gmail.com> | Sat Jun 04 04:38:16 2011 +0000 |
committer | Galina Kistanova <gkistanova@gmail.com> | Sat Jun 04 04:38:16 2011 +0000 |
tree | a9456004f04696213d4f866e1708bcb727bae947 | |
parent | 308742c87e2311c3f349092e5b823c3821e61b10 [diff] [blame] |
These tests require particular registered targets. Declared as such. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132623 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/global-array-destruction.cpp b/test/CodeGenCXX/global-array-destruction.cpp index c77551c..bbe574d 100644 --- a/test/CodeGenCXX/global-array-destruction.cpp +++ b/test/CodeGenCXX/global-array-destruction.cpp
@@ -1,3 +1,4 @@ +// REQUIRES: 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