A misguided attempt to un-break a build bot. I’ve reverted the commit in r241684.
-- adrian > On Jul 8, 2015, at 7:23 AM, Rafael Espíndola <[email protected]> > wrote: > > What was the issue? > > On 7 July 2015 at 18:34, Adrian Prantl <[email protected]> wrote: >> Author: adrian >> Date: Tue Jul 7 17:34:51 2015 >> New Revision: 241636 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=241636&view=rev >> Log: >> Fix a linker issue with clang-check on Linux. >> There must be a better way to fix this — I'll keep investigating. >> >> Modified: >> cfe/trunk/tools/clang-check/CMakeLists.txt >> >> Modified: cfe/trunk/tools/clang-check/CMakeLists.txt >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/CMakeLists.txt?rev=241636&r1=241635&r2=241636&view=diff >> ============================================================================== >> --- cfe/trunk/tools/clang-check/CMakeLists.txt (original) >> +++ cfe/trunk/tools/clang-check/CMakeLists.txt Tue Jul 7 17:34:51 2015 >> @@ -17,6 +17,8 @@ set( LLVM_LINK_COMPONENTS >> Vectorize >> ) >> >> +set(LLVM_NO_DEAD_STRIP 1) >> + >> add_clang_executable(clang-check >> ClangCheck.cpp >> ) >> >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
