[PATCH] D27386: build: add support for standalone lld build
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 3 13:25:22 PST 2016
compnerd created this revision.
compnerd added reviewers: beanz, ruiu.
compnerd added a subscriber: llvm-commits.
compnerd set the repository for this revision to rL LLVM.
compnerd added a project: lld.
Herald added a subscriber: mgorny.
Enable building lld as a standalone project. This is motivated by the desire to package lld for inclusion in a linux distribution. This allows building lld against an existing paired llvm installation. Now that lld is usable on x86_64, it makes sense to revive this configuration to allow distributions to package it.
Repository:
rL LLVM
https://reviews.llvm.org/D27386
Files:
CMakeLists.txt
COFF/CMakeLists.txt
ELF/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27386.80190.patch
Type: text/x-patch
Size: 3613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161203/262d5d99/attachment.bin>
More information about the llvm-commits
mailing list