r197702 - check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.

Alp Toker alp at nuanti.com
Fri Dec 20 11:48:39 PST 2013


Incredibly sorry, no problem here, it was my mistake.

Something's getting cached and persisted between builds. Clearing 
everything from scratch has fixed it.

Cool CMake fixes :-)

Alp.


On 20/12/2013 19:42, Alp Toker wrote:
> Hi Takumi,
>
> My build is broken, confirmed with a fresh checkout of r197827:
>
> CMake Error at clang/test/CMakeLists.txt:11 (string):
>   string sub-command REPLACE requires at least four arguments.
>
> CMake Error at clang/test/CMakeLists.txt:12 (string):
>   string sub-command REPLACE requires at least four arguments.
>
> I couldn't pinpoint the exact commit that broke this.
>
> Alp.
>
>
>
> On 19/12/2013 17:10, NAKAMURA Takumi wrote:
>> Author: chapuni
>> Date: Thu Dec 19 11:10:30 2013
>> New Revision: 197702
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=197702&view=rev
>> Log:
>> check-clang: Suppress LLVM_LIT in add_lit_testsuite, for now.
>>
>> Modified:
>>      cfe/trunk/test/CMakeLists.txt
>>
>> Modified: cfe/trunk/test/CMakeLists.txt
>> URL: 
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CMakeLists.txt?rev=197702&r1=197701&r2=197702&view=diff
>> ============================================================================== 
>>
>> --- cfe/trunk/test/CMakeLists.txt (original)
>> +++ cfe/trunk/test/CMakeLists.txt Thu Dec 19 11:10:30 2013
>> @@ -44,7 +44,7 @@ endif()
>>     add_lit_testsuite(check-clang "Running the Clang regression tests"
>>     ${CMAKE_CURRENT_BINARY_DIR}
>> -  LIT ${LLVM_LIT}
>> +  #LIT ${LLVM_LIT}
>>     PARAMS ${CLANG_TEST_PARAMS}
>>     DEPENDS ${CLANG_TEST_DEPS}
>>     ARGS ${CLANG_TEST_EXTRA_ARGS}
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>

-- 
http://www.nuanti.com
the browser experts




More information about the cfe-commits mailing list