mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
remove the raw_ostream from various dwarf printing things.
The only thing left is LEB printing, which uses EmitRawText for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -137,7 +137,7 @@ bool AsmPrinter::doInitialization(Module &M) {
|
||||
|
||||
DW = getAnalysisIfAvailable<DwarfWriter>();
|
||||
if (DW)
|
||||
DW->BeginModule(&M, MMI, O, this, MAI);
|
||||
DW->BeginModule(&M, this);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user