aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake/config-ix.cmake
AgeCommit message (Expand)AuthorFilesLines
2024-01-05[cmake,Apple] Check ld-classic when looking for ld64. (#77136)Florian Hahn1-2/+15
2023-12-26[cmake] Disable all -Wuninitialized warnings on GCC older than 12. (#76251)Jacek Caban1-7/+5
2023-11-05[CMake] Fix __builtin_thread_pointer check with LTOSam James1-1/+6
2023-10-09[llvm][objdump] Remove support for printing the embedded Bitcode section in M...Juergen Ributzka1-11/+0
2023-09-14[CMake] Remove SetTargetTriple (#66464)Petr Hosek1-0/+1
2023-07-21[llvm-exegesis] Guard `__builtin_thread_pointer` behind a configure checkMarkus Böck1-2/+8
2023-05-30Remove HAVE_STRERRORFangrui Song1-1/+0
2023-04-21[CMake] Add missing find_package for LibEditPetr Hosek1-2/+8
2023-02-21[Test] Invoke GetErrcMessages from config-ix instead of llvm/CMakeListsJustin Bogner1-0/+5
2023-02-04cmake: Enable 64bit off_t on 32bit glibc systemsKhem Raj1-3/+5
2023-01-23[CMake] Replace list(FIND) by if(IN_LIST) where index isn't usedAaron Puchert1-2/+1
2022-12-20Revert D139752 "cmake: Enable 64bit off_t on 32bit glibc systems"Fangrui Song1-5/+3
2022-12-20[CMake] add_definitions => add_compile_definitions after D139752Fangrui Song1-1/+1
2022-12-18cmake: Enable 64bit off_t on 32bit glibc systemsKhem Raj1-3/+5
2022-12-08[CMake] Move dladdr check below _GNU_SOURCE check.Daniel Thornburgh1-11/+14
2022-11-14[cmake] Fix _GNU_SOURCE being added unconditionallyAndreas Hollandt1-1/+1
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-11-05[llvm/cmake/config-ix.cmake] If `LD64_EXECUTABLE` is already set, avoid the n...Argyrios Kyrtzidis1-9/+11
2022-10-10[Bindings] Remove go bindingsNikita Popov1-19/+1
2022-08-21Remove llvm::is_trivially_copyable (NFC)Kazu Hirata1-9/+0
2022-08-01[cmake] Support native LoongArch buildsWANG Xuerui1-0/+2
2022-07-22[CMake] Stop zstd find_package warningsAlex Brachet1-1/+1
2022-07-19[llvm] add zstd to `llvm::compression` namespaceCole Kissane1-0/+13
2022-07-14Revert "[llvm] add zstd to llvm::compression namespace"Amara Emerson1-29/+0
2022-07-13[llvm] add zstd to llvm::compression namespaceCole Kissane1-0/+29
2022-07-13Revert "[llvm] add zstd to `llvm::compression` namespace"Cole Kissane1-23/+0
2022-07-13[llvm] add zstd to `llvm::compression` namespaceCole Kissane1-0/+23
2022-07-13[llvm] fix zlib buffer truncate edge cases and fix nits in testsCole Kissane1-0/+2
2022-07-08Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"Leonard Chan1-21/+0
2022-07-08[llvm] cmake config groundwork to have ZSTD in LLVMCole Kissane1-0/+21
2022-07-06[llvm] [Debuginfod] Add cpp-httplib optional dependency.Noah Shutty1-0/+21
2022-06-07[config] Remove RETSIGTYPE from config.h.cmake, NFCReid Kleckner1-3/+0
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel1-3/+3
2022-04-21[CMake] Check for problematic MSVC + /arch:AVX configurationTobias Hieta1-0/+1
2022-04-11[CMake][gn][Bazel] Remove HAVE_PTHREAD_GETSPECIFICFangrui Song1-2/+0
2022-03-15[Debuginfod] Check libcurl via CMake library.Daniel Thornburgh1-2/+1
2022-02-16[llvm] [bindings/OCaml] Remove unused dep on ounit2Michał Górny1-6/+0
2022-02-12[llvm] [cmake] Fix finding modern ounit2Michał Górny1-1/+6
2022-01-25[cmake] Some NFC changes in preparation for accomodating `Ninja Multi-Config`Argyrios Kyrtzidis1-2/+2
2021-12-20[Support] Revert posix_fallocate in resize_fileFangrui Song1-1/+0
2021-12-05[CMake] Installable find modules for terminfo and libffiJack Andersen1-37/+13
2021-10-29[llvm] Disable xar on macOS 12.0 and laterJonas Devlieghere1-1/+7
2021-10-13[CMake] Add optional libCURL dependency to llvm build configurationNoah Shutty1-0/+21
2021-09-14[Windows build] Use "DIA SDK" in sysrootNico Weber1-3/+12
2021-09-14[llvm cmake] replace tabs with spaces in config-ix.cmakeNico Weber1-1/+1
2021-08-20[cmake] Fix native tooling when cross-compiling on LinuxShoaib Meenai1-0/+11
2021-08-18[CMake] Fix recompile all .inc files with LLVM_OPTIMIZED_TABLEGEN in Visual S...Daniil Fukalov1-0/+16
2021-08-15[ExecutionEngine] Check for libunwind before calling __register_frameHarald van Dijk1-0/+1
2021-07-24[CMake] Add LIBXML2_DEFINITIONS when testing for symbol existanceMarkus Böck1-0/+1
2021-05-19Fix lld macho standalone build by including llvm/Config/llvm-config.h instead...Mariusz Ceier1-2/+2