aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-07-18[CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere
2017-11-17[WebAssembly] Initial wasm linker implementationSam Clegg
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-09-11LLD: Introduce a GNU LD style driver for COFFMartell Malone
2017-05-04Dummy commit to trigger CMake reconfiguration and unbreak Sphinx buildEric Fiselier
2017-01-31[cmake] Support running tests in stand-alone buildsMichal Gorny
2017-01-25[cmake] Fix -rpath-link in stand-alone buildMichal Gorny
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny
2016-12-23[CMake] Add install target for the lld toolPetr Hosek
2016-12-12build: add support for standalone lld buildSaleem Abdulrasool
2016-03-03Inline a trivial CMakeLists.txt.Rui Ueyama
2016-01-07Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC.Pete Cooper
2016-01-07Set the folder for libraries to 'lld libraries'. NFC.Pete Cooper
2015-10-01[CMake] Don't include the lld test directory if LLVM_INCLUDE_TESTS is OffChris Bieneman
2015-07-24[ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer
2015-07-13Initial ELF port.Michael J. Spencer
2015-05-28COFF: Add a new PE/COFF port.Rui Ueyama
2015-03-11Move the 'linker-script-test' binary to the tools directory.Chandler Carruth
2015-02-27[CMake] CleanupShankar Easwaran
2015-02-25Suppress 'warning C4062: enumerator X in switch of enum Y is not handled' fro...Michael J. Spencer
2015-01-21add_lld_library -> add_llvm_libraryGreg Fitzgerald
2015-01-12Remove CMake standalone build configurationGreg Fitzgerald
2014-12-29[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth
2014-12-02Disable warning 4530 for MSVC builds.Zachary Turner
2014-10-08Add support to print version.Shankar Easwaran
2014-04-18Add support for building Sphinx documentation when being built inside LLVM so...Reid Kleckner
2014-03-01[C++1y] Don't error if the user is enabling C++1y, which is *newer* thanChandler Carruth
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi
2014-02-26[CMake] Declare cmake_minimum_required() unconditionally.NAKAMURA Takumi
2014-02-23[CMake] add_lld_library: link_system_libs is not needed any more. LLVMSupport...NAKAMURA Takumi
2014-01-28[CMake] Apply llvm_update_compile_flags() in add_lld_library().NAKAMURA Takumi
2013-11-12Get lld building with MSVC2013Alp Toker
2013-08-24CMake: Support the LLVM_INSTALL_TOOLCHAIN_ONLY flagHans Wennborg
2013-08-23CMake: Don't look for llvm-tblgen when building outside LLVM treeHans Wennborg
2013-05-14[lld] Allow flags other than -std= in CMAKE_CXX_FLAGS. Also simplify the IF c...Rui Ueyama
2013-04-06Add VTune as an optional external dependency and add task tracking.Michael J. Spencer
2013-03-01Add basic linker script parsing.Michael J. Spencer
2013-01-19Allow the LLD CMake build to work with -std=gnu++0x and -std=gnu++11 asChandler Carruth
2013-01-05[CMake] Don't add flags this late and don't force libc++. Error if we know th...Michael J. Spencer
2012-12-19[Core][ErrorOr] Add support for user error data.Michael J. Spencer
2012-12-10[CMake] Fix external llvm build. It needs to know where llvm-tblgen is.Michael J. Spencer
2012-04-18Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik
2012-03-28Disable /Za on Windows. It breaks C++11 ;/.Michael J. Spencer
2012-03-09Fix MSVC incompatibilities.Michael J. Spencer
2012-03-09Use the old -std=c++0x flag for compatibility with pre-2011 versions of GCC.Benjamin Kramer
2012-03-08Sources now require C++11 to build.Nick Kledzik
2011-12-18Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer