[cfe-commits] [PATCH release_29] Disable CUDA support

Peter Collingbourne peter at pcc.me.uk
Wed Mar 23 08:39:41 PDT 2011


On Wed, Mar 23, 2011 at 12:18:22PM +0100, Douglas Gregor wrote:
> Hi Peter,
> 
> 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?

Perhaps.  Removing that line is not strictly necessary, but we would
end up with a clang-test-SemaCUDA target with no tests, which may
be confusing.

Thanks,
-- 
Peter



More information about the cfe-commits mailing list