We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325598f commit c4919c0Copy full SHA for c4919c0
lib/ClangImporter/ClangImporter.cpp
@@ -663,10 +663,6 @@ importer::getNormalInvocationArguments(
663
}
664
665
if (triple.isOSWASI()) {
666
- invocationArgStrs.insert(invocationArgStrs.end(),
667
- {"-D_WASI_EMULATED_MMAN",
668
- "-D_WASI_EMULATED_SIGNAL",
669
- "-D_WASI_EMULATED_PROCESS_CLOCKS"});
670
SmallString<128> buffer;
671
if (auto path = getWasiLibcModuleMapPath(searchPathOpts, triple, buffer)) {
672
invocationArgStrs.push_back((Twine("-fmodule-map-file=") + *path).str());
0 commit comments