mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Driver: lipo wasn't being called correctly (translation failure from
ccc due to the different way we handle output arguments). llvm-svn: 67583
This commit is contained in:
@@ -495,7 +495,10 @@ void darwin::Lipo::ConstructJob(Compilation &C, const JobAction &JA,
|
||||
|
||||
CmdArgs.push_back("-create");
|
||||
assert(Output.isFilename() && "Unexpected lipo output.");
|
||||
|
||||
CmdArgs.push_back("-output");
|
||||
CmdArgs.push_back(Output.getFilename());
|
||||
|
||||
for (InputInfoList::const_iterator
|
||||
it = Inputs.begin(), ie = Inputs.end(); it != ie; ++it) {
|
||||
const InputInfo &II = *it;
|
||||
|
||||
Reference in New Issue
Block a user