[RuntimeDyld] Fix an ambiguous make_unique call.
authorLang Hames <lhames@gmail.com>
Mon, 8 Apr 2019 22:19:05 +0000 (22:19 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 8 Apr 2019 22:19:05 +0000 (22:19 +0000)
llvm-svn: 357950

llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp

index 8ec6207..d648567 100644 (file)
@@ -853,7 +853,7 @@ RuntimeDyldChecker::RuntimeDyldChecker(
                       MCDisassembler *Disassembler,
                       MCInstPrinter *InstPrinter,
                       raw_ostream &ErrStream)
-    : Impl(make_unique<RuntimeDyldCheckerImpl>(
+    : Impl(llvm::make_unique<RuntimeDyldCheckerImpl>(
                                             std::move(IsSymbolValid),
                                             std::move(GetSymbolAddress),
                                             std::move(GetSymbolContent),