Skip to content

Commit 144236a

Browse files
committed
[ORC] Remove stray debugging output accidentally committed in 7bd481d.
1 parent 2fcade9 commit 144236a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/ExecutionEngine/Orc/Core.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,6 @@ Error ExecutionSession::removeJITDylibs(std::vector<JITDylibSP> JDsToRemove) {
19911991
// Clear JITDylibs and notify the platform.
19921992
Error Err = Error::success();
19931993
for (auto JD : JDsToRemove) {
1994-
dbgs() << "---REMOVING--- " << JD->getName() << "\n";
19951994
Err = joinErrors(std::move(Err), JD->clear());
19961995
if (P)
19971996
Err = joinErrors(std::move(Err), P->teardownJITDylib(*JD));

0 commit comments

Comments
 (0)