module lookup by name alone This removes the need to create a fake source file that imports a module. rdar://64538073 Differential Revision: https://reviews.llvm.org/D109485
13 lines
430 B
JSON
13 lines
430 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/modules_cdb2.d -fmodules -fcxx-modules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplicit-module-maps -gmodules -x c++",
|
|
"file": ""
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E -IInputs -fmodules -fcxx-modules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplicit-module-maps -x c++",
|
|
"file": ""
|
|
},
|
|
]
|