aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-4/+0
2020-12-03[compiler-rt] Fix a bug in the cmakelists file when CMAKE_CXX_FLAGS are emptyStella Stamenova1-2/+2
2020-11-14[sanitizer] Fix Android API level parsing on armVitaly Buka1-1/+1
2020-11-04[sanitizer] Fix -fno-emulated-tls setupVitaly Buka1-1/+1
2020-11-04[sanitizer] Get Android API from --targetVitaly Buka1-14/+2
2020-11-04Fix breakage in D89615 (due to cmake version 3.16.5)Vy Nguyen1-1/+13
2020-11-04Disable emulated-tls for compiler-rt+tests on Android if ELF_TLS is presence.Vy Nguyen1-0/+6
2020-11-04[sanitizer] Remove ANDROID_NDK_VERSIONVitaly Buka1-3/+0
2020-11-04[sanitizer] Remove -Wno-non-virtual-dtorVitaly Buka1-1/+0
2020-11-04Use LLD for Android compiler-rtVy Nguyen1-0/+11
2020-10-31[CMake] Avoid accidental C++ standard library dependency in sanitizersPetr Hosek1-3/+32
2020-10-30[NFC][CMake] Move some COMPILER_RT variables setupPetr Hosek1-0/+34
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson1-0/+2
2020-10-14Revert "[CMake] Avoid accidental C++ standard library dependency in sanitizers"Petr Hosek1-7/+0
2020-10-14[CMake] Avoid accidental C++ standard library dependency in sanitizersPetr Hosek1-0/+7
2020-10-12[sanitizer] Disable fast_unwind_on_malloc as default for arm-linux-gnuAdhemerval Zanella1-0/+1
2020-09-22[AIX][compiler-rt] Use the AR/ranlib mode flag for 32-bit and 64-bit modeDavid Tenty1-0/+9
2020-09-08[CMake] Remove dead FindPythonInterp codeRaul Tambre1-24/+9
2020-09-03[compiler-rt] Don't build llvm-lit in RUNTIMES-BUILDJinsong Ji1-1/+2
2020-08-24[runtimes] Use llvm-libtool-darwin for runtimes buildShoaib Meenai1-1/+1
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-06-29[CMake][compiler-rt] Only set lld as available when it was builtPetr Hosek1-2/+0
2020-04-28build: use Python3 for compiler-rtSaleem Abdulrasool1-6/+28
2020-04-06Reland "Make llvm_source_root in llvm-lit relative too."Nico Weber1-0/+2
2020-04-03[compiler-rt] Build with correct ABI (PR38025)Riyaz V Puthiyapurayil1-1/+0
2020-03-09[cmake] By default do not build compiler-rt with PGOGeorge Burgess IV1-0/+12
2020-01-15[CMake] Enable -qfuncsect when building with IBM XLHubert Tong1-1/+5
2019-11-12Fix include guard and properly order __deregister_frame_info.Sterling Augustine1-0/+2
2019-10-24Fix lld detection in standalone compiler-rt.Evgenii Stepanov1-1/+1
2019-10-22Revert "Fix lld detection in standalone compiler-rt."Evgenii Stepanov1-1/+1
2019-10-21Fix lld detection in standalone compiler-rt.Evgeniy Stepanov1-1/+1
2019-08-28[compiler-rt] Don't use libcxx if it's not enabled by LLVM_ENABLE_PROJECTSVitaly Buka1-18/+24
2019-08-27Add GWP-ASan fuzz target to compiler-rt/tools.Mitch Phillips1-0/+2
2019-08-21[Sanitizer] Disable -Wframe-larger-than on SystemZUlrich Weigand1-2/+2
2019-08-15[CMake] Check for C++14 instead of C++11Jonas Devlieghere1-1/+1
2019-08-05compiler-rt: Rename cc files below test/asan to cppNico Weber1-1/+1
2019-07-30Remove cmake checks for MSVC 1900 / VS 2013Reid Kleckner1-6/+5
2019-07-18[CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere1-1/+0
2019-06-18[compiler-rt][SystemZ] Work around ASAN failures via -fno-partial-inliningUlrich Weigand1-0/+9
2019-06-04[builtins] Use libtool for builtins when building for Apple platformPetr Hosek1-52/+2
2019-05-28[compiler-rt] Fix cmake warningsShoaib Meenai1-2/+6
2019-05-10[NFC][TSan][libdispatch] Tiny CMake file cleanupJulian Lettner1-2/+1
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek1-0/+2
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek1-2/+0
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek1-0/+2
2019-04-04[TSan][libdispatch] Specify libdispatch header dir for lit testsJulian Lettner1-5/+7
2019-04-04[NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner1-4/+4
2019-04-04[TSan][libdispatch] Add Cmake option for libdispatch install pathJulian Lettner1-12/+5
2019-04-02[TSan][libdispatch] We don't require any setup on DarwinJulian Lettner1-1/+1
2019-03-15[TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner1-1/+20