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:
parent
96fc6c2abc
commit
707b7beede
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user