diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-08-11 00:05:07 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-08-11 00:05:07 +0000 |
| commit | afada9b077d8229b7e7799e0916b8dc342623889 (patch) | |
| tree | 9109f2e104454221b425859ffd6278ff960272cd | |
| parent | 6278e6ac30f23f0a58cd1871c6db457961138543 (diff) | |
| download | bcm5719-llvm-afada9b077d8229b7e7799e0916b8dc342623889.tar.gz bcm5719-llvm-afada9b077d8229b7e7799e0916b8dc342623889.zip | |
xfail this for now.
llvm-svn: 41015
| -rw-r--r-- | clang/test/CodeGen/complex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/complex.c b/clang/test/CodeGen/complex.c index 6c081dbd345..894d9a63729 100644 --- a/clang/test/CodeGen/complex.c +++ b/clang/test/CodeGen/complex.c @@ -1,4 +1,5 @@ // RUN: clang -emit-llvm %s +// XFAIL: * int main(void) { |

