[cfe-commits] [PATCH release_29] Disable CUDA support
Douglas Gregor
dgregor at apple.com
Wed Mar 23 09:17:53 PDT 2011
On Mar 23, 2011, at 4:39 PM, Peter Collingbourne wrote:
> 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.
Oh, thanks for the correction; I convinced myself that this was lib/Sema/CMakeLists.txt :)
Patch looks good for the 2.9 branch; I'll forward your original e-mail to Bill.
- Doug
More information about the cfe-commits
mailing list