summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake/Modules/AddCompilerRT.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix lld detection after D69685Fangrui Song2019-12-281-1/+1
* [CMake] Prevent adding lld to test dependency (TEST_DEPS) when lld project is...Kelvin Li2019-11-051-1/+1
* [msan] Blacklist __gxx_personality_v0.Evgenii Stepanov2019-10-311-0/+1
* [sanitizer] Add lld into dependency of sanitizer_common unittestsVitaly Buka2019-08-271-0/+5
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-2/+2
* Use CMAKE_C_COMPILER_ARG1 in compiler invocationPetr Hosek2019-05-191-1/+2
* [compiler-rt] Create install targets for Darwin librariesShoaib Meenai2019-05-071-42/+5
* [compiler-rt] Cleanup the --target and --sysroot handlingPetr Hosek2019-05-011-4/+3
* [compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek2019-05-011-1/+4
* [compiler-rt] Rework the object build supportPetr Hosek2019-05-011-8/+33
* Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-301-17/+35
* Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-301-35/+17
* [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-301-17/+35
* [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song2019-03-301-1/+1
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-151-0/+1
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-2/+6
* [CMake] Don't set <PROJECT>_STANDALONE_BUILDPetr Hosek2019-02-091-1/+1
* [CMake] Mark runtime library link libraries as privatePetr Hosek2019-02-071-1/+1
* [compiler-rt] Support for passing through linker flags to libc++ buildPetr Hosek2018-11-031-2/+7
* [compiler-rt] Pass CMake C and C++ flags to the custom libc++Petr Hosek2018-10-311-3/+7
* [asan] Remove flags for clang-cl before it supported EHReid Kleckner2018-10-311-9/+0
* [compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.Dan Albert2018-10-181-1/+1
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-201-0/+10
* Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov2018-09-191-10/+0
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-181-0/+10
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-4/+26
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-8/+18
* [CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew2018-06-271-0/+4
* [XRay] Set an explicit dependency on libc++ when neededPetr Hosek2018-06-131-2/+6
* Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek2018-06-131-11/+24
* Revert r334458, r334220, r334212, r334139.Matt Morehouse2018-06-121-41/+10
* [CMake] Remove -Wno-maybe-uninitialized from passthrough vars.Matt Morehouse2018-06-121-0/+3
* [CMake] Fix Libc++ Modules build.Eric Fiselier2018-06-071-0/+8
* [CMake] Filter out -z,defs when building custom libc++Petr Hosek2018-06-071-3/+7
* [CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek2018-06-061-11/+27
* Revert "[cmake] Remove duplicate command line options from build"Aaron Smith2018-04-111-2/+2
* [cmake] Remove duplicate command line options from buildAaron Smith2018-04-111-2/+2
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-20/+61
* Revert: [compiler-rt] r323626 - [cmake] [compiler-rt] Remove duplicate CMAKE_...Don Hinton2018-01-291-1/+1
* [cmake] [compiler-rt] Remove duplicate CMAKE_CXX_FLAGS.Don Hinton2018-01-291-1/+1
* [cmake] [compiler-rt] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-271-0/+3
* [sanitizer] Pass the CMake compiler to custom libc++ buildPetr Hosek2018-01-211-0/+3
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-10/+21
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-30/+8
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-8/+30
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-141-2/+2
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Revert "Install resource files into a share/ directory"Petr Hosek2018-01-111-2/+2
* Reland "Install resource files into a share/ directory"Petr Hosek2018-01-101-2/+2
OpenPOWER on IntegriCloud