summaryrefslogtreecommitdiff
path: root/lld/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-07-231-0/+4
* [CMake] Bump CMake minimum version to 3.13.4Louis Dionne2020-07-221-1/+1
* Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek2020-07-141-4/+0
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-07-141-0/+4
* lld: Let find_package(LLD) workMatt Arsenault2020-05-141-0/+2
* Add vendor macro to "lld"stevewan2020-05-111-0/+7
* Revert "Temporarily revert "build: use `find_package(Python3)` if available""Saleem Abdulrasool2020-04-291-8/+30
* Temporarily revert "build: use `find_package(Python3)` if available"Eric Christopher2020-04-281-30/+8
* build: use `find_package(Python3)` if availableSaleem Abdulrasool2020-04-281-8/+30
* Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song2020-04-021-0/+1
* Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard2020-04-021-1/+0
* [lld] Initial commit for new Mach-O backendJez Ng2020-03-311-0/+1
* try to unbreak build after 4b6d9ac392613Nico Weber2020-01-161-0/+6
* Make lld cmake not compute commit revision twiceNico Weber2020-01-161-33/+0
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-181-1/+0
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-1/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-2/+3
* LLD: Introduce a GNU LD style driver for COFFMartell Malone2017-09-111-0/+1
* Dummy commit to trigger CMake reconfiguration and unbreak Sphinx buildEric Fiselier2017-05-041-0/+1
* [cmake] Support running tests in stand-alone buildsMichal Gorny2017-01-311-1/+67
* [cmake] Fix -rpath-link in stand-alone buildMichal Gorny2017-01-251-0/+1
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-1/+2
* [CMake] Add install target for the lld toolPetr Hosek2016-12-231-6/+4
* build: add support for standalone lld buildSaleem Abdulrasool2016-12-121-0/+51
* Inline a trivial CMakeLists.txt.Rui Ueyama2016-03-031-1/+1
* Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC.Pete Cooper2016-01-071-0/+1
* Set the folder for libraries to 'lld libraries'. NFC.Pete Cooper2016-01-071-0/+6
* [CMake] Don't include the lld test directory if LLVM_INCLUDE_TESTS is OffChris Bieneman2015-10-011-2/+1
* [ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer2015-07-241-0/+1
* Revert ELF port. Posting to mailing list.Michael J. Spencer2015-07-141-1/+0
* Initial ELF port.Michael J. Spencer2015-07-131-0/+1
* COFF: Add a new PE/COFF port.Rui Ueyama2015-05-281-0/+1
* Move the 'linker-script-test' binary to the tools directory.Chandler Carruth2015-03-111-1/+0
* [CMake] CleanupShankar Easwaran2015-02-271-19/+0
* Suppress 'warning C4062: enumerator X in switch of enum Y is not handled' fro...Michael J. Spencer2015-02-251-0/+1
* add_lld_library -> add_llvm_libraryGreg Fitzgerald2015-01-211-54/+0
* Remove CMake standalone build configurationGreg Fitzgerald2015-01-121-61/+1
* [multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth2014-12-291-3/+3
* Disable warning 4530 for MSVC builds.Zachary Turner2014-12-021-0/+4
* Add support to print version.Shankar Easwaran2014-10-081-0/+43
* Add support for building Sphinx documentation when being built inside LLVM so...Reid Kleckner2014-04-181-0/+2
* [C++1y] Don't error if the user is enabling C++1y, which is *newer* thanChandler Carruth2014-03-011-1/+1
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+14
* [CMake] Declare cmake_minimum_required() unconditionally.NAKAMURA Takumi2014-02-261-2/+1
* [CMake] add_lld_library: link_system_libs is not needed any more. LLVMSupport...NAKAMURA Takumi2014-02-231-1/+0
* [CMake] Apply llvm_update_compile_flags() in add_lld_library().NAKAMURA Takumi2014-01-281-0/+1
* Get lld building with MSVC2013Alp Toker2013-11-121-4/+2
* CMake: Support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg2013-08-241-9/+16
* CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg2013-08-231-4/+9
* [lld] Allow flags other than -std= in CMAKE_CXX_FLAGS. Also simplify the IF c...Rui Ueyama2013-05-141-10/+5