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 e99ad26 commit ab8d093Copy full SHA for ab8d093
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