summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2012-09-13[TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov
2012-09-11[compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov
2012-08-24Add add_clang_runtime_shared_library() CMake function and use it to put the s...Alexander Potapenko
2012-08-22[ASan] fix CMake build: make sure that all ASan runtimes are built at correct...Alexey Samsonov
2012-08-10[ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov
2012-07-25cmake for compiler-rt: add a function to set output dirs for compiler runtime...Alexey Samsonov
2012-06-25Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth
2012-06-22Reorder these things for clarity, and add -std=c99 to the compile flags.Chandler Carruth
2012-06-20Resuming work on the compiler-rt CMake build at long long last. In orderChandler Carruth
2012-04-04Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2009-10-29Update CMake build system with target arch source file lists.Edward O'Callaghan
2009-09-14Update cmake files for arm support hooks.Edward O'Callaghan
2009-08-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
2009-08-05Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan
2009-08-03Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan
2009-08-03A few CMake formating fixes for compiler-rt.Edward O'Callaghan
2009-08-03Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan