diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:45:10 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:45:10 +0000 |
commit | 809500fc2c13c8173a16b052304d983864e4a1e1 (patch) | |
tree | 4fc2f184c499d106f29a386c452b49e5197bf63d /test/Frontend/hexagon-target-basic.c | |
parent | be7c9ec198dcdb5bf73a35bfbb00b3333cb87909 (diff) |
Diffstat (limited to 'test/Frontend/hexagon-target-basic.c')
-rw-r--r-- | test/Frontend/hexagon-target-basic.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Frontend/hexagon-target-basic.c b/test/Frontend/hexagon-target-basic.c new file mode 100644 index 0000000000000..5f95fa2df5a02 --- /dev/null +++ b/test/Frontend/hexagon-target-basic.c @@ -0,0 +1,9 @@ +// 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 +// when compiling any Hexagon program. + +int x; // In C99, a translation unit needs to have at least one declaration. + |