summaryrefslogtreecommitdiffstats
path: root/lld/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add VTune as an optional external dependency and add task tracking.Michael J. Spencer2013-04-061-0/+14
* Add basic linker script parsing.Michael J. Spencer2013-03-011-0/+1
* Allow the LLD CMake build to work with -std=gnu++0x and -std=gnu++11 asChandler Carruth2013-01-191-1/+3
* [CMake] Don't add flags this late and don't force libc++. Error if we know th...Michael J. Spencer2013-01-051-20/+17
* [Core][ErrorOr] Add support for user error data.Michael J. Spencer2012-12-191-0/+4
* [CMake] Fix external llvm build. It needs to know where llvm-tblgen is.Michael J. Spencer2012-12-101-0/+8
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-0/+7
* Disable /Za on Windows. It breaks C++11 ;/.Michael J. Spencer2012-03-281-8/+0
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-091-7/+9
* Use the old -std=c++0x flag for compatibility with pre-2011 versions of GCC.Benjamin Kramer2012-03-091-4/+4
* Sources now require C++11 to build.Nick Kledzik2012-03-081-0/+16
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+121
OpenPOWER on IntegriCloud