aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-03-02Revert "Add option to disable linking of libcxx into fuzzer"Pirama Arumuga Nainar
2019-03-01Merge 00d38a06e4 for LLVM update to 353983Yi Kong
2019-03-01revert to previous base llvm-svn.349610Yi Kong
2019-02-05gn build: Upgrade to NDK r19.Peter Collingbourne
2019-01-31[CMake][compiler-rt] Enable statically linking unwinder and c++abiPetr Hosek
2019-01-24Revert "Add option to disable linking of libcxx into fuzzer"Pirama Arumuga Nainar
2019-01-14[compiler-rt] Add option to disable libc++ buildShoaib Meenai
2019-01-14Add option to disable linking of libcxx into fuzzerPirama Arumuga Nainar
2019-01-14 revert to previous base llvm-svn.346389Pirama Arumuga Nainar
2018-12-23Set the default SANITIZER_CXX_ABI library to libc++ for FreeBSD, andDimitry Andric
2018-11-15Add option to disable linking of libcxx into fuzzerPirama Arumuga Nainar
2018-10-29[CMake] When built with LLVM, not use `-Wl,-z,defs`Petr Hosek
2018-10-02[sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsanStephen Hines
2018-09-26[CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo
2018-09-18build: clean up some unnecessary cached variablesSaleem Abdulrasool
2018-09-17build: fix standalone builds for compiler-rt on DarwinSaleem Abdulrasool
2018-08-20[hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov
2018-08-14[CMake] Don't parse target triple except for archPetr Hosek
2018-07-15[CMake] Change the flag to use compiler-rt builtins to booleanPetr Hosek
2018-07-13[CMake] Don't use CLANG_DEFAULT_* valuesPetr Hosek
2018-07-13[sanitizer] Use -Wl,-z,global on AndroidKostya Kortchinsky
2018-07-11Add libcxxabi option back for sanitizer use.Stephen Hines
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-27[CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew
2018-05-22[CMake] Support builtins as Clang default rtlib in compiler-rtPetr Hosek
2018-05-22[CMake] Support libc++ as Clang default stdlib in compiler-rtPetr Hosek
2018-05-21Revert "[CMake] Reland "Make simple source used for CMake checks a C file""Petr Hosek
2018-05-18Revert r332683 & r332684 relating to compiler runtime checksReid Kleckner
2018-05-18[CMake] Detect the compiler runtime and standard libraryPetr Hosek
2018-05-17[CMake] Reland "Make simple source used for CMake checks a C file"Petr Hosek
2018-05-09[CMake] Build shared version of runtimes for FuchsiaPetr Hosek
2018-04-26Enable full debug info in the ASan runtime on WindowsReid Kleckner
2018-04-04[CMake] Support statically linked libc++abi and libunwindPetr Hosek
2018-03-19Fix CMake/MSVC when compiler-rt and llvm are built separatelyVitaly Buka
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-01[compiler-rt] Remove out of date commentShoaib Meenai
2017-11-28[compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]Weiming Zhao
2017-11-13[asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee
2017-10-02[cmake] Add a separate CMake var to control profile runtimeMichal Gorny
2017-09-19Set ANDROID when any android abi is used, not just androideabiFrancis Ricci
2017-09-19Ensure that armhf builtins library is created when using an hf abiFrancis Ricci
2017-09-16[sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-09-13Revert "Determine up front which projects are enabled."Zachary Turner
2017-09-13[Fuchsia] Magenta -> ZirconPetr Hosek
2017-09-12Determine up front which projects are enabled.Zachary Turner
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-08-14Fix a cmake typo.Evgeniy Stepanov
2017-08-11[compiler-rt] Add SANITIZER_CXX_ABI_LIBNAME=libc++ option.Evgeniy Stepanov