diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-02 22:30:14 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-02 22:30:14 +0000 |
commit | f5e208c06e8b7cf68be841cfad983a17e76e6846 (patch) | |
tree | d8bfa38e5627659d7d72d0539dc9e17057fb9aa6 /test/Frontend | |
parent | 35abfcd3285ad82fa269b8f2468dee01a4dceb52 (diff) |
hexagon-target-basic.c test: add REQUIRES line for hexagon target
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend')
-rw-r--r-- | test/Frontend/hexagon-target-basic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Frontend/hexagon-target-basic.c b/test/Frontend/hexagon-target-basic.c index 2c0e82b4de..5f95fa2df5 100644 --- a/test/Frontend/hexagon-target-basic.c +++ b/test/Frontend/hexagon-target-basic.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -emit-llvm -triple hexagon-unknown-unknown %s -S -o /dev/null +// REQUIRES: hexagon-registered-target // Testcase for bug 14744. Empty file is sufficient, since the problem // was a bad data layout string in the Hexagon target causing an ICE |