summaryrefslogtreecommitdiff
path: root/lib/interception/CMakeLists.txt
AgeCommit message (Expand)Author
2016-07-06[compilter-rt] Add unittests for interception libraryEtienne Bergeron
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-01-30Move /FS to SANITIZER_COMMON_CFLAGSTimur Iskhodzhanov
2014-01-30Quick-fix a typoTimur Iskhodzhanov
2014-01-30Add an /FS flag to the lib/interception CMake to make it buildable with VS201...Timur Iskhodzhanov
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-02-07[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov
2013-02-05[ASan] Delete the code related to static runtime on OS X.Alexander Potapenko
2013-01-30[Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov
2013-01-20CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov
2013-01-18CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov
2013-01-18CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2012-09-12Pass -std=c99 when compiling mach_override.cAlexander Potapenko
2012-09-11CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov
2012-09-05[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov
2012-08-29Some flag cleanup for the sanitizer runtimes.Chandler Carruth
2012-08-27CMake build rules for ASan/Android runtime.Evgeniy Stepanov
2012-08-10[ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov
2012-08-08[Sanitizer] cleanup CMake files for interception and sanitizer_common helper ...Alexey Samsonov
2012-06-28[ASan] silence various warnings in cmake build of asan unit testsAlexey Samsonov
2012-06-25Cleanup the handling of CFLAGS even more in the cmake build for ASan.Chandler Carruth
2012-06-25Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth