llvm-capstone/lld
Nhat Nguyen eb4aa6c7a5 [cmake] Fix path to LLVMConfig.cmake for multi-config builds
D139623 replaces CMAKE_CFG_INTDIR
with '.' for multi-config builds. However, this change has
not been reflected in mlir, flang, polly, lld, and clang.
The patch updates the path to LLVMConfig.cmake for those
projects.

Reviewed By: sebastian-ne

Differential Revision: https://reviews.llvm.org/D141538
2023-01-13 20:32:59 +01:00
..
cmake/modules [cmake] Fix path to LLVMConfig.cmake for multi-config builds 2023-01-13 20:32:59 +01:00
COFF [OptTable] Precompute OptTable prefixes union table through tablegen 2023-01-12 12:08:06 +01:00
Common [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
docs [lld-macho] Flip string deduplication default 2022-12-22 15:52:46 -08:00
ELF [lld][ARM] support position independent thunks for Armv4(T) 2023-01-13 11:54:41 +00:00
include/lld/Common [lld] Fix iwyu problems after 83d59e05b2 2022-12-28 10:46:45 -08:00
MachO [lld][Mach-O] Fix build with Mach-O due to missing library 2023-01-13 09:17:40 -06:00
MinGW [OptTable] Precompute OptTable prefixes union table through tablegen 2023-01-12 12:08:06 +01:00
test [lld][MachO] Store test outputs in %t 2023-01-13 15:03:18 +01:00
tools/lld [lld] Fix iwyu problems after 83d59e05b2 2022-12-28 10:46:45 -08:00
utils
wasm [OptTable] Precompute OptTable prefixes union table through tablegen 2023-01-12 12:08:06 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lld] Fix comment typos to cycle bots 2023-01-10 10:20:48 -05:00
CODE_OWNERS.TXT
LICENSE.TXT
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.

Benchmarking

In order to make sure various developers can evaluate patches over the same tests, we create a collection of self contained programs.

It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz

The current sha256 is 10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f.