Skip to content
Snippets Groups Projects
Commit 626c30b9 authored by Pietro Fezzardi's avatar Pietro Fezzardi Committed by Alessandro Di Federico
Browse files

Revert workaround for NDEBUG-related linkage issue

This problem has been fixed backporting the proper patches on LLVM.
parent ce6f0625
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,6 @@
// Local includes
#include "debug.h"
#ifndef NDEBUG
namespace llvm {
void Value::assertModuleIsMaterialized() const { }
}
#endif
static size_t MaxLoggerNameLength = 0;
LogTerminator DoLog;
llvm::ManagedStatic<LoggersRegistry> Loggers;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment