summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-03-21[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-18Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-01-30[sanitizer] Re-enable -fno-function-sections for powerpc64leKostya Kortchinsky
2017-01-26[sanitizer] Remove -fno-function-sections from SANITIZER_COMMON_CFLAGSKostya Kortchinsky
2017-01-04[compiler-rt] suppress LNK4221 warning when creating static librariesBob Haarman
2016-10-08[compiler-rt] Exclude compiler-rt from using -fmodules when LLVM_ENABLE_MODUL...Kuba Brecka
2016-10-06[ubsan] Turn on 'Has CXXABI' to enable support for -fsanitize=vptr on DarwinVedant Kumar
2016-09-08[compiler-rt] Don't use -fPIC when building for WindowsFrancis Ricci
2016-08-22[compiler-rt] Make cxxabi availability configurable in cmakeFrancis Ricci
2016-08-19[CMake] Fix ASM building in llvm/runtimesJonas Hahnfeld
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16[compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16 [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16[compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-08[compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY to ONDean Michael Berris
2016-08-02Revert "[CMake] Pass -nostdlib if supported"Jonas Hahnfeld
2016-08-02[CMake] Pass -nostdlib if supportedJonas Hahnfeld
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-08-02[winasan] Try to fix LNK4099 warnings seen by usersReid Kleckner
2016-07-27Revert "Default COMPILER_RT_BUILD_XRAY=ON"Dean Michael Berris
2016-07-27Default COMPILER_RT_BUILD_XRAY=ONDean Michael Berris
2016-07-21Disable thread safe statics in clang-cl, they call the CRTReid Kleckner
2016-07-21Default XRay building to OFF to let build bots that do not support building s...Dean Michael Berris
2016-07-21[compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris
2016-07-20[xray] Only build xray on Linux for nowReid Kleckner
2016-07-20[compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris
2016-06-27[CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmakeChris Bieneman
2016-06-27Revert "Parse the triple in base-config-ix to propagate ANDROID variable corr...Chris Bieneman
2016-06-27Parse the triple in base-config-ix to propagate ANDROID variable correctlySumanth Gundapaneni
2016-06-21[CMake] NFC. An unset variable evaluates to false, so this else is unneededChris Bieneman
2016-06-17Turn off -Wunused-parameter when building compiler-rt with clang on Windows, ...Reid Kleckner
2016-06-17Fix some warnings in the MSVC buildReid Kleckner
2016-06-09[CMake] Cleanup CMake version checking for 2.8.12Chris Bieneman
2016-06-02Fix build failure with cmake version bumpXinliang David Li
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-22[sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEBUG=On buildsKuba Brecka
2016-05-09[CMake] Support platform building builtins without a full toolchainChris Bieneman
2016-03-21[asan] Disable thread-safe static initilization with VS 2015Reid Kleckner
2016-02-24[CMake] Fix a really simple, silly bug from r261797Chris Bieneman
2016-02-24[CMake] Default CMAKE_MACOSX_RPATH to On, this is the default with CMP0042Chris Bieneman
2016-02-20[CMake] Add partial support for MSVC in compiler-rt builtins, by Roman Shirokiy.Andrey Turetskiy
2016-02-04Fix the libdir suffix for LLVM_CMAKE_PATHNiels Ole Salscheider
2016-02-04Fix the search path for CMake filesNiels Ole Salscheider
2016-02-02[compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compilerDaniel Sanders
2016-02-01[ubsan] Stop thinking we can rely on C++ ABI knowledge on WindowsReid Kleckner
2015-12-03[CMake] Support externalizing debug info on DarwinChris Bieneman
2015-11-30[CMake] Moving -fvisibility-inlines-hidden append as per post-commit reviewChris Bieneman