[all-commits] [llvm/llvm-project] c28a97: Recommit [llvm-debuginfo-analyzer] (02/09) - Drive...
Carlos Alberto Enciso via All-commits
all-commits at lists.llvm.org
Tue Oct 18 00:43:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c28a977b87defd2f37fd0808d7ba6173133744ce
https://github.com/llvm/llvm-project/commit/c28a977b87defd2f37fd0808d7ba6173133744ce
Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M llvm/docs/CommandGuide/index.rst
A llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVElement.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVSort.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h
M llvm/lib/DebugInfo/CMakeLists.txt
A llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
A llvm/lib/DebugInfo/LogicalView/Core/LVOptions.cpp
A llvm/lib/DebugInfo/LogicalView/LLVMBuild.txt
M llvm/test/CMakeLists.txt
M llvm/test/lit.cfg.py
A llvm/test/tools/llvm-debuginfo-analyzer/cmdline.test
A llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt
A llvm/tools/llvm-debuginfo-analyzer/LLVMBuild.txt
A llvm/tools/llvm-debuginfo-analyzer/Options.cpp
A llvm/tools/llvm-debuginfo-analyzer/Options.h
A llvm/tools/llvm-debuginfo-analyzer/llvm-debuginfo-analyzer.cpp
M llvm/unittests/DebugInfo/CMakeLists.txt
A llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
A llvm/unittests/DebugInfo/LogicalView/CommandLineOptionsTest.cpp
A llvm/unittests/DebugInfo/LogicalView/StringPoolTest.cpp
Log Message:
-----------
Recommit [llvm-debuginfo-analyzer] (02/09) - Driver and documentation
Originally committed in fe7a3cedf77125a6309150d85cecbc20b1a31775
Reverted in 26dd64ba9cfabe5474bb207f3b7099965f81fed7
Buildbot failures:
https://lab.llvm.org/buildbot#builders/139/builds/29663
- unittest trigger an invalid assertion.
https://lab.llvm.org/buildbot#builders/196/builds/19665
- 'has virtual functions but non-virtual destructor' warning as error.
Recommitted with fix:
- Removed the assertion.
- Added virtual destructor.
More information about the All-commits
mailing list