We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcade9 commit 144236aCopy full SHA for 144236a
llvm/lib/ExecutionEngine/Orc/Core.cpp
@@ -1991,7 +1991,6 @@ Error ExecutionSession::removeJITDylibs(std::vector<JITDylibSP> JDsToRemove) {
1991
// Clear JITDylibs and notify the platform.
1992
Error Err = Error::success();
1993
for (auto JD : JDsToRemove) {
1994
- dbgs() << "---REMOVING--- " << JD->getName() << "\n";
1995
Err = joinErrors(std::move(Err), JD->clear());
1996
if (P)
1997
Err = joinErrors(std::move(Err), P->teardownJITDylib(*JD));
0 commit comments