llvm-project/llvm
Ellis Hoag b68061a3f7 [dwarf][NFC] Move expandBundle() to MachO.h
The function `expandBundle()` is defined both in `llvm-dwarfdump.cpp` and
`llvm-gsymutil.cpp` in the exact same way. Reduce code duplication by
moving this function to the `MachOObjectFile` class.

Reviewed By: jhenderson, clayborg

Differential Revision: https://reviews.llvm.org/D115418
2021-12-15 19:08:56 -08:00
..
benchmarks
bindings
cmake Simplify AddSphinxTarget.cmake by just including `GNUInstallDirs` 2021-12-13 21:27:39 +00:00
docs [LangRef] Remove incorrect vector alignment rules 2021-12-14 14:35:40 +00:00
examples Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM""" 2021-12-10 17:33:54 -08:00
include [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
lib [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
projects
resources
runtimes
test [RISCV] Fix whole vector register move instruction's vector register constraint. 2021-12-16 10:58:55 +08:00
tools [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
unittests [Debuginfod] Fix debuginfod unit test when $HOME is not writable. 2021-12-15 22:13:13 +00:00
utils [gn build] Port 2b48761575 2021-12-15 23:47:26 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [benchmark] Pull latest; disable -Werror 2021-12-13 17:09:38 -08:00
CODE_OWNERS.TXT
CREDITS.TXT
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.