forked from OSchip/llvm-project
parent
aed7b8ae86
commit
63e8f444c7
|
@ -334,7 +334,7 @@ Error lto::thinBackend(Config &Conf, unsigned Task, AddOutputFn AddOutput,
|
|||
|
||||
auto ModuleLoader = [&](StringRef Identifier) {
|
||||
assert(Mod.getContext().isODRUniquingDebugTypes() &&
|
||||
"ODR Type uniquing shoudl be enabled on the context");
|
||||
"ODR Type uniquing should be enabled on the context");
|
||||
return std::move(getLazyBitcodeModule(MemoryBuffer::getMemBuffer(
|
||||
ModuleMap[Identifier], false),
|
||||
Mod.getContext(),
|
||||
|
|
Loading…
Reference in New Issue