summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake/Modules/CompilerRTCompile.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Avoid clang dependencies in the runtimes buildPetr Hosek2019-02-131-1/+1
* [cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()Michal Gorny2017-10-121-1/+1
* Proper dependency check for clang in compiler_rt.George Karpenkov2017-08-281-1/+1
* Revert "Add Clang dependency to the check for Clang C++ headers."Adrian Prantl2017-08-251-4/+6
* Add Clang dependency to the check for Clang C++ headers.George Karpenkov2017-08-241-6/+4
* [CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov2017-08-151-2/+6
* [compiler-rt CMake] NFC: Minor CMake refactoring.George Karpenkov2017-08-151-9/+6
* [sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov2017-07-281-0/+35
* [CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov2016-02-011-2/+2
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-111-13/+0
* [CMake] Turns out CMake was passing the space as part of the argument instead...Chris Bieneman2015-08-201-1/+1
* [CMake] [OS X] Don't require command line tools installations for running com...Chris Bieneman2015-08-201-1/+18
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-3/+1
* Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compileReid Kleckner2015-03-131-6/+30
* [Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov2015-01-061-1/+1
* Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko2014-09-251-1/+3
* Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka2014-09-101-0/+41
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-281-2/+8
* [ASan tests] Use clang-cl to build tests on WindowsTimur Iskhodzhanov2014-05-121-1/+3
* [CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov2014-03-241-1/+11
* Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGSReid Kleckner2014-02-261-3/+0
* Emulate C99/C++11 __func__ for Visual C++.Joerg Sonnenberger2014-02-261-0/+3
* [CMake] Use host compiler to build unittests in standalone modeAlexey Samsonov2014-02-191-3/+7
* Significantly change the way we build ASan unittests in CMakeAlexey Samsonov2012-12-191-0/+16
OpenPOWER on IntegriCloud