summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc files in lib/interception to .cpp.Nico Weber2019-07-311-4/+4
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-161-2/+4
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-2/+8
* [compilter-rt] Add unittests for interception libraryEtienne Bergeron2016-07-061-0/+4
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-101-15/+5
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-291-4/+0
* [CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov2014-02-181-9/+2
* Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov2014-01-301-1/+1
* Quick-fix a typoTimur Iskhodzhanov2014-01-301-1/+1
* Add an /FS flag to the lib/interception CMake to make it buildable with VS201...Timur Iskhodzhanov2014-01-301-1/+9
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-4/+6
* [sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov2013-02-071-0/+1
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-051-12/+0
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-301-0/+2
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-201-4/+4
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-181-9/+4
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-181-12/+9
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-4/+4
* Pass -std=c99 when compiling mach_override.cAlexander Potapenko2012-09-121-1/+6
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-111-2/+2
* [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov2012-09-051-1/+1
* Some flag cleanup for the sanitizer runtimes.Chandler Carruth2012-08-291-10/+1
* CMake build rules for ASan/Android runtime.Evgeniy Stepanov2012-08-271-0/+5
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-101-15/+19
* [Sanitizer] cleanup CMake files for interception and sanitizer_common helper ...Alexey Samsonov2012-08-081-14/+19
* [ASan] silence various warnings in cmake build of asan unit testsAlexey Samsonov2012-06-281-0/+3
* Cleanup the handling of CFLAGS even more in the cmake build for ASan.Chandler Carruth2012-06-251-1/+1
* Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth2012-06-251-0/+34
OpenPOWER on IntegriCloud