aboutsummaryrefslogtreecommitdiff
path: root/lld/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-09-15[LLD] Allow configuring default ld.lld backendMateusz MikuĊ‚a1-0/+6
2020-09-08[CMake] Remove dead FindPythonInterp codeRaul Tambre1-29/+10
2020-08-21lld: link libatomic if needed for TimerJosh Stone1-0/+1
2020-07-27[CMake] Move find_package(ZLIB) to LLVMConfigPetr Hosek1-4/+0
2020-07-23[CMake] Simplify CMake handling for zlibPetr Hosek1-0/+4
2020-07-23Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-4/+0
2020-07-23[CMake] Simplify CMake handling for zlibPetr Hosek1-0/+4
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek1-4/+0
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek1-0/+4
2020-05-14lld: Let find_package(LLD) workMatt Arsenault1-0/+2
2020-05-11Add vendor macro to "lld"stevewan1-0/+7
2020-04-29Revert "Temporarily revert "build: use `find_package(Python3)` if available""Saleem Abdulrasool1-8/+30
2020-04-28Temporarily revert "build: use `find_package(Python3)` if available"Eric Christopher1-30/+8
2020-04-28build: use `find_package(Python3)` if availableSaleem Abdulrasool1-8/+30
2020-04-02Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song1-0/+1
2020-04-02Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard1-1/+0
2020-03-31[lld] Initial commit for new Mach-O backendJez Ng1-0/+1
2020-01-16try to unbreak build after 4b6d9ac392613Nico Weber1-0/+6
2020-01-16Make lld cmake not compute commit revision twiceNico Weber1-33/+0
2019-07-18[CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere1-1/+0
2017-11-17[WebAssembly] Initial wasm linker implementationSam Clegg1-1/+1
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama1-2/+3
2017-09-11LLD: Introduce a GNU LD style driver for COFFMartell Malone1-0/+1
2017-05-04Dummy commit to trigger CMake reconfiguration and unbreak Sphinx buildEric Fiselier1-0/+1
2017-01-31[cmake] Support running tests in stand-alone buildsMichal Gorny1-1/+67
2017-01-25[cmake] Fix -rpath-link in stand-alone buildMichal Gorny1-0/+1
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny1-1/+2
2016-12-23[CMake] Add install target for the lld toolPetr Hosek1-6/+4
2016-12-12build: add support for standalone lld buildSaleem Abdulrasool1-0/+51
2016-03-03Inline a trivial CMakeLists.txt.Rui Ueyama1-1/+1
2016-01-07Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC.Pete Cooper1-0/+1
2016-01-07Set the folder for libraries to 'lld libraries'. NFC.Pete Cooper1-0/+6
2015-10-01[CMake] Don't include the lld test directory if LLVM_INCLUDE_TESTS is OffChris Bieneman1-2/+1
2015-07-24[ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer1-0/+1
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer1-1/+0
2015-07-13Initial ELF port.Michael J. Spencer1-0/+1
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama1-0/+1
2015-03-11Move the 'linker-script-test' binary to the tools directory.Chandler Carruth1-1/+0
2015-02-27[CMake] CleanupShankar Easwaran1-19/+0
2015-02-25Suppress 'warning C4062: enumerator X in switch of enum Y is not handled' fro...Michael J. Spencer1-0/+1
2015-01-21add_lld_library -> add_llvm_libraryGreg Fitzgerald1-54/+0
2015-01-12Remove CMake standalone build configurationGreg Fitzgerald1-61/+1
2014-12-29[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth1-3/+3
2014-12-02Disable warning 4530 for MSVC builds.Zachary Turner1-0/+4
2014-10-08Add support to print version.Shankar Easwaran1-0/+43
2014-04-18Add support for building Sphinx documentation when being built inside LLVM so...Reid Kleckner1-0/+2
2014-03-01[C++1y] Don't error if the user is enabling C++1y, which is *newer* thanChandler Carruth1-1/+1
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi1-0/+14
2014-02-26[CMake] Declare cmake_minimum_required() unconditionally.NAKAMURA Takumi1-2/+1