mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
b616a18f02
It's an empty shell for now. It's main method just opens the debug map objects and parses their Dwarf info. Test that we at least do that correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227337 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
187 B
CMake
15 lines
187 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfo
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-dsymutil
|
|
dsymutil.cpp
|
|
BinaryHolder.cpp
|
|
DebugMap.cpp
|
|
DwarfLinker.cpp
|
|
MachODebugMapParser.cpp
|
|
)
|
|
|