summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/unsupported.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-26 23:01:51 +0000
committerChris Lattner <sabre@nondot.org>2009-02-26 23:01:51 +0000
commitd42c29f9a238967a18d73d628c9c871cdc548550 (patch)
tree49daa95dfd2157ae9122615edbce92587088fdc6 /clang/test/CodeGen/unsupported.c
parent26d5f05bf5ec9c22dee6c7bd4057ccdf48b22432 (diff)
downloadbcm5719-llvm-d42c29f9a238967a18d73d628c9c871cdc548550.tar.gz
bcm5719-llvm-d42c29f9a238967a18d73d628c9c871cdc548550.zip
fix some sema problems with wide strings and hook up basic codegen for them.
llvm-svn: 65582
Diffstat (limited to 'clang/test/CodeGen/unsupported.c')
-rw-r--r--clang/test/CodeGen/unsupported.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/CodeGen/unsupported.c b/clang/test/CodeGen/unsupported.c
deleted file mode 100644
index c11f1d1ef9d..00000000000
--- a/clang/test/CodeGen/unsupported.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: clang -verify -emit-llvm -o - %s
-
-void *x = L"foo"; // expected-error {{cannot compile this wide string yet}}
OpenPOWER on IntegriCloud