[PATCH] D149367: Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables
    Daniel Paoliello via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  1 15:45:54 PDT 2023
    
    
  
dpaoliello updated this revision to Diff 518585.
dpaoliello added a comment.
- Initialize `JumpTableSym` integer fields.
- Fix ARM32 to use a base address *after* the branch instructions.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149367/new/
https://reviews.llvm.org/D149367
Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
  llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
  llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
  llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
  llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  llvm/lib/Target/ARM/ARMAsmPrinter.h
  llvm/test/DebugInfo/COFF/jump-table.ll
  llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149367.518585.patch
Type: text/x-patch
Size: 35720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230501/be7bedd8/attachment.bin>
    
    
More information about the llvm-commits
mailing list