[cfe-commits] [PATCH release_29] Disable CUDA support
Douglas Gregor
dgregor at apple.com
Wed Mar 23 04:18:22 PDT 2011
Hi Peter,
On Mar 23, 2011, at 3:58 AM, Peter Collingbourne wrote:
> Hi Doug,
>
> Can you please review this patch for the 2.9 release. It disables
> CUDA language support, which is currently incomplete.
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 544ed3d..1090564 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -19,7 +19,6 @@ set(CLANG_TEST_DIRECTORIES
"Preprocessor"
"Rewriter"
"Sema"
- "SemaCUDA"
"SemaCXX"
"SemaObjC"
"SemaObjCXX"
This doesn't seem like it belongs here?
- Doug
More information about the cfe-commits
mailing list