summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake/Modules/HandleCompilerRT.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Add a missing case of TO_CMAKE_PATHMartin Storsjo2018-11-271-0/+1
| | | | | | This fixes building sanitizers for mingw natively. llvm-svn: 347646
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-141-0/+3
| | | | | | | | | | This is needed when cross-compiling for a different target since CFLAGS may contain additional flags like -resource-dir which change the location in which compiler-rt builtins are found. Differential Revision: https://reviews.llvm.org/D54371 llvm-svn: 346820
* [CMake] Cleanup find_compiler_rt_library function [NFC]Petr Hosek2018-05-171-3/+2
| | | | | | Rename the output variable and remove the unnecessary set call. llvm-svn: 332661
* Support compiler-rt builtinsPetr Hosek2017-07-281-0/+21
| | | | | | | | | This change adds support for compiler-rt builtins as an alternative compiler runtime to libgcc. Differential Revision: https://reviews.llvm.org/D35165 llvm-svn: 309361
* Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek2017-07-261-21/+0
| | | | | | This reverts commit fd63314d6770e0da62572a3fea2c41c4cc0fc58a. llvm-svn: 309083
* [sanitizer] Support compiler-rt builtinsPetr Hosek2017-07-251-0/+21
This change adds support for compiler-rt builtins as an alternative compiler runtime to libgcc. Differential Revision: https://reviews.llvm.org/D35165 llvm-svn: 309060
OpenPOWER on IntegriCloud