summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2015-09-14[CMake] Add options to control building sanitizers and builtins.Chris Bieneman
2015-09-14[CMake] If COMPILER_RT_INCLUDE_TESTS is off we shouldn't include the root tes...Chris Bieneman
2015-09-08[CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov
2015-09-08[CMake] Rename COMPILER_RT_TEST_TARGET_TRIPLE to more appropriate COMPILER_RT...Alexey Samsonov
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-08-11NFC. Fixing a red squiggly line in my editor.Chris Bieneman
2015-08-11Revert the rest of r244634, since it breaks the standalone buildReid Kleckner
2015-08-11Revert part of the last cmake change, it broke configuring with libcxx on Lin...Reid Kleckner
2015-08-11[cmake] Handle external source for lld and libcxxReid Kleckner
2015-08-11[cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner
2015-07-28Let cmake infer source file language by the file extension.Douglas Katzman
2015-07-24[CMake] Workaround for PR24222: don't fail if we can't target COMPILER_RT_TES...Alexey Samsonov
2015-07-17compiler-rt: add support for mingw-w64 in builtinsReid Kleckner
2015-07-16[CMake] Revisit PR23539: allow to override SANITIZER_MIN_OSX_VERSION at confi...Alexey Samsonov
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne