Skip to content

Commit 4cbf382

Browse files
committed
Make sure we enable implicit module maps.
1 parent 5780cef commit 4cbf382

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
@@ -296,6 +296,9 @@ getNormalInvocationArguments(std::vector<std::string> &invocationArgStrs,
296296
// Enable modules.
297297
"-fmodules",
298298

299+
// Enable implicit module maps
300+
"-fimplicit-module-maps",
301+
299302
// Don't emit LLVM IR.
300303
"-fsyntax-only",
301304

0 commit comments

Comments
 (0)