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.
2 parents bbac657 + ab8d093 commit a317defCopy full SHA for a317def
tools/sil-func-extractor/SILFunctionExtractor.cpp
@@ -254,8 +254,6 @@ int main(int argc, char **argv) {
254
Invocation.getLangOptions().DisableAvailabilityChecking = true;
255
Invocation.getLangOptions().EnableAccessControl = false;
256
Invocation.getLangOptions().EnableObjCAttrRequiresFoundation = false;
257
- if (Invocation.getLangOptions().Target.isOSBinFormatWasm())
258
- Invocation.getLangOptions().EnableObjCInterop = false;
259
260
if (EnableObjCInterop == llvm::cl::BOU_UNSET) {
261
Invocation.getLangOptions().EnableObjCInterop =
0 commit comments