Skip to content

Commit 31ff3e0

Browse files
committed
format the file
Signed-off-by: Sean Zhang <[email protected]>
1 parent 93ab878 commit 31ff3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index-import.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ importUnit(StringRef outputUnitsPath, StringRef inputUnitPath,
274274

275275
auto writer = IndexUnitWriter(
276276
fileMgr, OutputIndexPath, reader->getProviderIdentifier(),
277-
reader->getProviderVersion(), outputFile, reader->getModuleName(),
277+
reader->getProviderVersion(), false, outputFile, reader->getModuleName(),
278278
getFileEntryRef(fileMgr, mainFilePath), reader->isSystemUnit(),
279279
reader->isModuleUnit(), reader->isDebugCompilation(), reader->getTarget(),
280280
sysrootPath, clangPathRemapper, moduleNames.getModuleInfo);

0 commit comments

Comments
 (0)