aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/AddCompilerRT.cmake
AgeCommit message (Expand)Author
2019-05-19Use CMAKE_C_COMPILER_ARG1 in compiler invocationPetr Hosek
2019-05-07[compiler-rt] Create install targets for Darwin librariesShoaib Meenai
2019-05-01[compiler-rt] Cleanup the --target and --sysroot handlingPetr Hosek
2019-05-01[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek
2019-05-01[compiler-rt] Rework the object build supportPetr Hosek
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek
2019-03-30[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song
2019-03-15[TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner
2019-02-17[compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld
2019-02-09[CMake] Don't set <PROJECT>_STANDALONE_BUILDPetr Hosek
2019-02-07[CMake] Mark runtime library link libraries as privatePetr Hosek
2018-11-03[compiler-rt] Support for passing through linker flags to libc++ buildPetr Hosek
2018-10-31[compiler-rt] Pass CMake C and C++ flags to the custom libc++Petr Hosek
2018-10-31[asan] Remove flags for clang-cl before it supported EHReid Kleckner
2018-10-18[compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.Dan Albert
2018-09-20[XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris
2018-09-19Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov
2018-09-18[XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
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-06-13[XRay] Set an explicit dependency on libc++ when neededPetr Hosek
2018-06-13Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek
2018-06-12Revert r334458, r334220, r334212, r334139.Matt Morehouse
2018-06-12[CMake] Remove -Wno-maybe-uninitialized from passthrough vars.Matt Morehouse
2018-06-07[CMake] Fix Libc++ Modules build.Eric Fiselier
2018-06-07[CMake] Filter out -z,defs when building custom libc++Petr Hosek
2018-06-06[CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek
2018-04-11Revert "[cmake] Remove duplicate command line options from build"Aaron Smith
2018-04-11[cmake] Remove duplicate command line options from buildAaron Smith
2018-03-07[Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek
2018-01-29Revert: [compiler-rt] r323626 - [cmake] [compiler-rt] Remove duplicate CMAKE_...Don Hinton
2018-01-29[cmake] [compiler-rt] Remove duplicate CMAKE_CXX_FLAGS.Don Hinton
2018-01-27[cmake] [compiler-rt] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2018-01-21[sanitizer] Pass the CMake compiler to custom libc++ buildPetr Hosek
2018-01-21Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek
2018-01-20Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek
2018-01-20[Fuzzer] Parametrize add_custom_libcxxPetr Hosek
2018-01-14Reland "Install resource files into a share/ directory"Petr Hosek
2018-01-11Revert "Install resource files into a share/ directory"Petr Hosek
2018-01-11Reland "Install resource files into a share/ directory"Petr Hosek
2018-01-11Revert "Install resource files into a share/ directory"Petr Hosek
2018-01-10Reland "Install resource files into a share/ directory"Petr Hosek
2018-01-10Revert "[CMake] Install resource files into a share/ directory"Petr Hosek
2018-01-10[CMake] Install resource files into a share/ directoryPetr Hosek
2017-12-21[CMake] Allow passing extra CMake arguments to custom libc++Petr Hosek
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-01[compiler-rt] Add install-*-stripped targetsShoaib Meenai