forked from OSchip/llvm-project
parent
73609a0fb3
commit
14a1e0c0fc
|
@ -408,8 +408,8 @@ bool GnuLdDriver::parse(int argc, const char *argv[],
|
|||
<< "\n";
|
||||
return false;
|
||||
}
|
||||
if ((!userPath.endswith(".objtxt")) &&
|
||||
(magic == llvm::sys::fs::file_magic::unknown))
|
||||
if (!userPath.endswith(".objtxt") &&
|
||||
magic == llvm::sys::fs::file_magic::unknown)
|
||||
isELFFileNode = false;
|
||||
FileNode *inputNode = nullptr;
|
||||
if (isELFFileNode)
|
||||
|
|
Loading…
Reference in New Issue