[llvm] [llvm-debuginfo-analyzer] Add support for parsing DWARF / CodeView SourceLanguage (PR #137223)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 04:09:39 PDT 2025


================
@@ -14,10 +14,13 @@
 #ifndef LLVM_DEBUGINFO_LOGICALVIEW_CORE_LVELEMENT_H
 #define LLVM_DEBUGINFO_LOGICALVIEW_CORE_LVELEMENT_H
 
+#include "llvm/BinaryFormat/Dwarf.h"
----------------
CarlosAlbertoEnciso wrote:

This header file is not required. Already included via `llvm/DebugInfo/LogicalView/Core/LVObject.h`

https://github.com/llvm/llvm-project/pull/137223


More information about the llvm-commits mailing list