[all-commits] [llvm/llvm-project] 8570be: Revert "[llvm][dsymutil] Add DW_TAG_imported_decla...
Michael Buch via All-commits
all-commits at lists.llvm.org
Thu Feb 9 19:29:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8570bee53a8ce0c5d04bc11f288e19a457474c4c
https://github.com/llvm/llvm-project/commit/8570bee53a8ce0c5d04bc11f288e19a457474c4c
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/lib/DWARFLinker/DWARFLinker.cpp
R llvm/test/tools/dsymutil/ARM/accel-imported-declarations.test
R llvm/test/tools/dsymutil/Inputs/accel-imported-declaration.cpp
R llvm/test/tools/dsymutil/Inputs/accel-imported-declaration.macho-arm64
Log Message:
-----------
Revert "[llvm][dsymutil] Add DW_TAG_imported_declaration to accelerator table"
This reverts commit ccee9b7839a182fc692a65f563abf76f81dd436c.
This started failing on Linux buildbots. The executable wasn't generated
correctly.
Differential Revision: https://reviews.llvm.org/D143458
Commit: 181d6e24ca3c09bfd6ec7c3b20affde3e5ea9b40
https://github.com/llvm/llvm-project/commit/181d6e24ca3c09bfd6ec7c3b20affde3e5ea9b40
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
R lldb/test/API/commands/expression/namespace-alias/Makefile
R lldb/test/API/commands/expression/namespace-alias/TestInlineNamespaceAlias.py
R lldb/test/API/commands/expression/namespace-alias/main.cpp
Log Message:
-----------
Revert "[lldb][DWARFASTParserClang] Correctly resolve imported namespaces during expression evaluation"
This reverts commit 1ba6ec0ba906472661506ef7bd2f0bf4efe4657e.
Fails on linux buildbots.
Differential Revision: https://reviews.llvm.org/D143398
Compare: https://github.com/llvm/llvm-project/compare/e1354763b6e6...181d6e24ca3c
More information about the All-commits
mailing list