зеркало из https://github.com/microsoft/clang.git
Update for LLVM API change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
b0f17c71f2
Коммит
9ab76fa690
|
@ -206,8 +206,7 @@ bool BackendConsumer::AddEmitPasses(std::string &Error) {
|
|||
|
||||
// Create the TargetMachine for generating code.
|
||||
std::string Triple = TheModule->getTargetTriple();
|
||||
const llvm::Target *TheTarget =
|
||||
TargetRegistry::lookupTarget(Triple, false, false, Error);
|
||||
const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
|
||||
if (!TheTarget) {
|
||||
Error = std::string("Unable to get target machine: ") + Error;
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче