File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,8 @@ bb0(%0 : $*T):
278
278
%2 = apply %1<T>(%0) : $@convention(witness_method: Runcible) <Self : Runcible> (@in Self) -> Int
279
279
%3 = metatype $@thick T.Type
280
280
// CHECK: witness_method $T, #Runcible.static_method
281
- %4 = witness_method $T, #Runcible.static_method : $@convention(witness_method: Runcible) <Self : Runcible> (@thick T .Type) -> ()
282
- %5 = apply %4<T>(%3) : $@convention(witness_method: Runcible) <Self : Runcible> (@thick T .Type) -> ()
281
+ %4 = witness_method $T, #Runcible.static_method : $@convention(witness_method: Runcible) <Self : Runcible> (@thick Self .Type) -> ()
282
+ %5 = apply %4<T>(%3) : $@convention(witness_method: Runcible) <Self : Runcible> (@thick Self .Type) -> ()
283
283
%6 = tuple ()
284
284
destroy_addr %0 : $*T
285
285
return %6 : $()
Original file line number Diff line number Diff line change @@ -337,6 +337,7 @@ int main(int argc, char **argv) {
337
337
// cache.
338
338
Invocation.getClangImporterOptions ().ModuleCachePath = ModuleCachePath;
339
339
Invocation.setParseStdlib ();
340
+ Invocation.getLangOptions ().DisableParserLookup = true ;
340
341
Invocation.getLangOptions ().DisableAvailabilityChecking = true ;
341
342
Invocation.getLangOptions ().EnableAccessControl = false ;
342
343
Invocation.getLangOptions ().EnableObjCAttrRequiresFoundation = false ;
You can’t perform that action at this time.
0 commit comments