Skip to content

Commit c623945

Browse files
committed
llvm-objdump: refactor SourcePrinter into separate file. NFC.
Preparatory patch for MachO feature.
1 parent 545f98e commit c623945

File tree

5 files changed

+665
-532
lines changed

5 files changed

+665
-532
lines changed

llvm/tools/llvm-objdump/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_public_tablegen_target(OtoolOptsTableGen)
2424

2525
add_llvm_tool(llvm-objdump
2626
llvm-objdump.cpp
27+
SourcePrinter.cpp
2728
COFFDump.cpp
2829
ELFDump.cpp
2930
MachODump.cpp

0 commit comments

Comments
 (0)