llvm-project/llvm
Nico Weber 69cde915e9 [gn build] add llvm_install_cctools_symlinks arg
It behaves (mostly) like the LLVM_INSTALL_CCTOOLS_SYMLINKS option
in cmake.

The minor difference is that the llvm-objcopy symlinks bitcode_strip
and install_name_tool symlink to llvm-objcopy directly in the GN build,
while it's a bitcode_strip -> llvm-bitcode-strip -> objcopy chain
in the CMake build (and analogous for install_name_tool).

The implementation is very similar to the implementation of the
existing llvm_install_binutils_symlinks arg.

Differential Revision: https://reviews.llvm.org/D122312
2022-03-23 16:19:54 -04:00
..
benchmarks
bindings [NFC] Fix go binding build 2022-03-14 14:08:51 +08:00
cmake [runtimes] Detect changes to Tests.cmake 2022-03-18 10:01:52 -07:00
docs [Dockerfile] Upgrade debian base image to version 10 2022-03-23 15:32:15 +00:00
examples Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
include [PassManager][Coroutine] Run passes under -O0 conditionally and run GlobalDCE 2022-03-23 11:03:26 -07:00
lib [ProfSampleLoader] When disable-sample-loader-inlining is true, merge profiles of inlined instances to outlining versions. 2022-03-23 13:02:48 -07:00
projects
resources
runtimes Revert "[bootstrap] Allow passing options to sub-builds for all targets" 2022-03-21 22:21:30 -07:00
test [ProfSampleLoader] When disable-sample-loader-inlining is true, merge profiles of inlined instances to outlining versions. 2022-03-23 13:02:48 -07:00
tools [dsymutil] Update vector of section starts with size of current section 2022-03-23 10:15:54 -03:00
unittests Re-land c346068928 with fixes 2022-03-23 08:13:17 -04:00
utils [gn build] add llvm_install_cctools_symlinks arg 2022-03-23 16:19:54 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add a cmake flag to turn `llvm_unreachable()` into builtin_trap() when assertions are disabled 2022-03-18 19:24:14 +00:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

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

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.