Skip to content

Commit 58a6f60

Browse files
committed
Make sure we enable implicit module maps.
1 parent 8b6dddf commit 58a6f60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ getNormalInvocationArguments(std::vector<std::string> &invocationArgStrs,
274274
// Enable modules.
275275
"-fmodules",
276276

277+
// Enable implicit module maps
278+
"-fimplicit-module-maps",
279+
277280
// Don't emit LLVM IR.
278281
"-fsyntax-only",
279282

0 commit comments

Comments
 (0)