summaryrefslogtreecommitdiff
path: root/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
* [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
* Enable compiler-rt on SPARCRainer Orth2019-07-121-0/+6
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-191-2/+2
* [compiler-rt] Respect CMAKE_NMShoaib Meenai2019-06-151-2/+8
* [builtins] Use libtool for builtins when building for Apple platformPetr Hosek2019-06-041-0/+50
* [Driver] Change layout of per-target runtimes to resemble multiarchPetr Hosek2019-05-271-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-073-44/+66
* [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
* [compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse2019-04-251-0/+1
* [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song2019-03-301-1/+1
* [CMake] Fix broken uses of `try_compile_only()` and improve the function.Dan Liew2019-03-153-4/+36
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-151-0/+1
* [compiler-rt][CMake] Set project for the custom libc++Petr Hosek2019-02-191-0/+1
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-172-2/+30
* [CMake] Avoid clang dependencies in the runtimes buildPetr Hosek2019-02-131-1/+1
* [CMake][XRay] Silence llvm-config error when checking library supportPetr Hosek2019-02-121-2/+4
* [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
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-141-8/+0
* sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne2019-01-111-2/+2
* [xray] [tests] Detect and handle missing LLVMTestingSupport gracefullyMichal Gorny2018-12-211-1/+21
* [CMake] Add a missing case of TO_CMAKE_PATHMartin Storsjo2018-11-271-0/+1
* [compiler-rt] Use exact spelling when building for default targetPetr Hosek2018-11-161-1/+4
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-141-0/+3
* [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] Clean up XRay build configurationDean Michael Berris2018-09-241-0/+18
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-202-2/+14
* 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] Don't parse target triple except for archPetr Hosek2018-08-141-10/+4
* [CMake] Fix bug in `add_weak_symbols()` function.Dan Liew2018-08-131-1/+9
* [CMake] Allow building builtins standalone out of tree without any llvm-confi...Martin Storsjo2018-08-031-35/+39
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-102-4/+62
* Support for multiarch runtimes layoutPetr Hosek2018-06-283-10/+52
* [CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew2018-06-273-1/+8
* [UBsan] Enable ubsan minimal unit tests on OpenBSDDavid Carlier2018-06-251-1/+4
* Revert "[CMake] Use a different source depending on C++ support"Jonas Hahnfeld2018-06-171-16/+1
* [compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai2018-06-131-1/+1
* [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