Skip to content

Commit 3bd8409

Browse files
committed
clean up
1 parent 5ae500c commit 3bd8409

File tree

8 files changed

+211
-202
lines changed

8 files changed

+211
-202
lines changed

llvm/include/llvm/ExecutionEngine/Orc/Core.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,6 @@ class MaterializationResponsibility {
693693
: JD(RT->getJITDylib()), RT(std::move(RT)),
694694
SymbolFlags(std::move(SymbolFlags)), InitSymbol(std::move(InitSymbol)) {
695695
assert(!this->SymbolFlags.empty() && "Materializing nothing?");
696-
for (auto &KV : this->SymbolFlags) {
697-
dbgs() << "@@@ Init MR " << KV.first << " "
698-
<< format_hex(KV.second.getRawFlagsValue(), 8) << "\n";
699-
}
700696
}
701697

702698
JITDylib &JD;

0 commit comments

Comments
 (0)