summaryrefslogtreecommitdiff
path: root/cmake/Modules/AddCompilerRT.cmake
AgeCommit message (Expand)Author
2017-11-13Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell
2017-09-07[cmake] Work around more -Wunused-driver-argument warningsVedant Kumar
2017-09-01[cmake] Remove accidentally committed warning messagesVedant Kumar
2017-09-01[cmake] Work around -Wunused-driver-argument warningsVedant Kumar
2017-08-29Restore clang_rt library name on i686-android.Evgeniy Stepanov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-08-21[NFC CMake] Do not relink test targets every time in compiler-rtGeorge Karpenkov
2017-08-15Quickfix to the refactoring commit: typo in the link flags variableGeorge Karpenkov
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-15[compiler-rt CMake] CMake refactoring: create directories in helper func.George Karpenkov
2017-07-28[sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov
2017-07-27Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov
2017-07-27[sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov
2017-04-26[asan] Add support for running lit tests in the iOS SimulatorKuba Mracek
2017-03-22[compiler-rt] build compiler-rt runtimes without LTOBob Haarman
2017-01-16Reland "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"Petr Hosek
2017-01-12Revert "[CMake][compiler-rt] Mark libcxx build for tsan as standalone"Petr Hosek
2017-01-11[CMake][compiler-rt] Mark libcxx build for tsan as standalonePetr Hosek
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-05[gtest] Teach the sanitizer's custom gtest compilations to disableChandler Carruth
2016-10-25Remove a VS 2012 workaround, we require 2015 now.Nico Weber
2016-09-07[compiler-rt] Fix library suffixes on windowsFrancis Ricci
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-19[CMake] Add top-level install-compiler-rt targetChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-21[compiler-rt] Split cflags and link flags to avoid warningsEtienne Bergeron
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-03-31[CMake] Provide the ability to skip stripping when generating dSYMsChris Bieneman
2016-02-26[CMake] Fix a typo in add_compiler_rt_library.Alexey Samsonov
2016-02-23[CMake] Support component-based installation for runtime librariesChris Bieneman
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-02-02[compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compilerDaniel Sanders
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-12-03[CMake] CMake calls to set_property with APPEND string need to have a leading...Chris Bieneman
2015-12-03[CMake] set_target_properties doesn't append link flagsChris Bieneman
2015-12-03[CMake] Support externalizing debug info on DarwinChris Bieneman
2015-12-02Pass along correct 'make' to sub-builds.Andy Gibbs
2015-08-26[CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-08-10Fix typo.Filipe Cabecinhas
2015-07-16[CMake] One more attempt to fix PR24144.Alexey Samsonov
2015-07-16[CMake] Workaround for PR24144: avoid installing libcxx_tsan and libcxx_msan ...Alexey Samsonov
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