summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTCompile.cmake
AgeCommit message (Expand)Author
2017-10-12[cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()Michal Gorny
2017-08-28Proper dependency check for clang in compiler_rt.George Karpenkov
2017-08-25Revert "Add Clang dependency to the check for Clang C++ headers."Adrian Prantl
2017-08-24Add Clang dependency to the check for Clang C++ headers.George Karpenkov
2017-08-15[CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov
2017-08-15[compiler-rt CMake] NFC: Minor CMake refactoring.George Karpenkov
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
2016-02-01[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov
2015-11-11[tsan] Add TSan unit test support for OS XKuba Brecka
2015-08-20[CMake] Turns out CMake was passing the space as part of the argument instead...Chris Bieneman
2015-08-20[CMake] [OS X] Don't require command line tools installations for running com...Chris Bieneman
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-03-13Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compileReid Kleckner
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov
2014-09-25Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-05-28[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov
2014-05-12[ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov
2014-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-02-26Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner
2014-02-26Emulate C99/C++11 __func__ for Visual C++.Joerg Sonnenberger
2014-02-19[CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov
2012-12-19Significantly change the way we build ASan unittests in CMakeAlexey Samsonov