forked from OSchip/llvm-project
8d62e098ef
The atoms may be processed in different orders on different systems based on allocated addresses. This is a bit unfortunate as it would be nice to have error messages emitted in order of file contents. However we are emitting errors inside a parallel_for_each so even if we stabilize the order of atom processing we would need to do some further work in order to ensure that thread scheduling doesn't perturb the order of errors. For now switch to using CHECK-DAG instead of CHECK. llvm-svn: 229487 |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
.arcconfig | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
Makefile | ||
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.