hanchenye-llvm-project/lld
Hans Wennborg 306db8f3fa CMake: Don't look for llvm-tblgen when building outside LLVM tree
Previously, the CMake build would look for llvm-tblgen to determine
if a directory is an LLVM build or install directory. Since we don't
want to include llvm-tblgen in the install, look for llvm-config instead,
and use that to find llvm-tblgen.

(This is the lld equivalent of Clang r189127.)

llvm-svn: 189128
2013-08-23 18:18:13 +00:00
..
cmake/modules
docs Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
include/lld [lld][PECOFF] Fix use of temporary strings 2013-08-22 15:37:09 +00:00
lib [lld][PECOFF] Fix one more reference to a temporary string 2013-08-22 17:59:03 +00:00
test [lld][Driver] Fix the unit test for lld gnu flavor 2013-08-22 03:18:01 +00:00
tools [lld]remove lld-core 2013-05-06 20:24:39 +00:00
unittests [lld][unittests] Change assert to llvm_unreachable 2013-08-22 15:23:54 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt CMake: Don't look for llvm-tblgen when building outside LLVM tree 2013-08-23 18:18:13 +00:00
LICENSE.TXT
README.md

README.md

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.