llvm-project/llvm
Alexey Lapshin 11e0500598 [DWARFv4][DWARFv5][DWARFLinker] support debug_macinfo/debug_macro tables.
This patch adds handling of debug_macinfo/debug_macro tables to the DWARFLinker.
It uses already existing code for reading tables from DWARFDebugMacro.h.
It adds new code writing tables into the DwarfStreamer::emitMacroTables.

Differential Revision: https://reviews.llvm.org/D140223
2022-12-21 13:38:41 +01:00
..
benchmarks
bindings
cmake [cmake] Copy llvm-driver-template.cpp.in into build dir as well 2022-12-21 11:42:03 +01:00
docs [AMDGPU][GFX11][DOC][NFC] Add GFX11 assembler syntax description 2022-12-21 12:49:48 +03:00
examples [Examples] Fix TargetParser Dependency 2022-12-20 12:51:57 +00:00
include [DWARFv4][DWARFv5][DWARFLinker] support debug_macinfo/debug_macro tables. 2022-12-21 13:38:41 +01:00
lib [DWARFv4][DWARFv5][DWARFLinker] support debug_macinfo/debug_macro tables. 2022-12-21 13:38:41 +01:00
projects
resources
runtimes [libc][llvm] Forward LIBC_ options as well in a runtime build 2022-12-20 09:05:54 -06:00
test [DWARFv4][DWARFv5][DWARFLinker] support debug_macinfo/debug_macro tables. 2022-12-21 13:38:41 +01:00
tools [llvm-extract] Don't forget to link to Analysis component 2022-12-21 05:16:50 +03:00
unittests [llvm] Remove redundant initialization of std::optional (NFC) 2022-12-20 15:53:38 -08:00
utils [llvm] Use std::optional instead of Optional 2022-12-20 15:42:32 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.