[llvm] ad2da63 - [ORC] Fix indentation in debugging output.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 11:04:02 PDT 2020
Author: Lang Hames
Date: 2020-03-19T11:02:56-07:00
New Revision: ad2da631bf326cb0ddbee0f3bb5ce38fff14253a
URL: https://github.com/llvm/llvm-project/commit/ad2da631bf326cb0ddbee0f3bb5ce38fff14253a
DIFF: https://github.com/llvm/llvm-project/commit/ad2da631bf326cb0ddbee0f3bb5ce38fff14253a.diff
LOG: [ORC] Fix indentation in debugging output.
Added:
Modified:
llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp b/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
index 13a187c66387..cae0271969c6 100644
--- a/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
@@ -382,7 +382,7 @@ void MachOPlatform::InitScraperPlugin::modifyPassConfig(
else
dbgs() << "none\n";
- dbgs() << "__mod_init_func: ";
+ dbgs() << " __mod_init_func: ";
if (ModInits.NumPtrs)
dbgs() << ModInits.NumPtrs << " pointer(s) at "
<< formatv("{0:x16}", ModInits.Address) << "\n";
More information about the llvm-commits
mailing list