1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[ORC] Remove spammy debug print

This commit is contained in:
Benjamin Kramer 2020-02-24 12:10:13 +01:00
parent 96fc6c2abc
commit 707b7beede

View File

@ -88,8 +88,7 @@ RTDyldObjectLinkingLayer::~RTDyldObjectLinkingLayer() {
void RTDyldObjectLinkingLayer::emit(MaterializationResponsibility R,
std::unique_ptr<MemoryBuffer> O) {
assert(O && "Object must not be null");
dbgs() << "Emitting via RTDyldObjectLinkingLayer:\n"
<< R.getSymbols() << "\n";
// This method launches an asynchronous link step that will fulfill our
// materialization responsibility. We need to switch R to be heap
// allocated before that happens so it can live as long as the asynchronous