File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3266,14 +3266,15 @@ else:
32663266
32673267# A FileCheck that automatically supports a large variety of target
32683268# conditionalization that's useful in IRGen.
3269- IRGenFileCheck = '%s --check-prefix=CHECK --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s -DINT=i%s -DPTR_SIZE=%s -D#CLASS_METADATA_HEADER=%s' % (
3269+ IRGenFileCheck = '%s --check-prefix=CHECK --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s --check-prefix=CHECK-%s - DINT=i%s -DPTR_SIZE=%s -D#CLASS_METADATA_HEADER=%s' % (
32703270 run_filecheck ,
32713271 run_os ,
32723272 run_cpu ,
32733273 run_endian ,
32743274 run_ptrsize ,
32753275 run_ptrauth ,
32763276 run_objc_interop ,
3277+ run_vendor ,
32773278 run_ptrsize ,
32783279 run_ptrsize ,
32793280 run_class_metadata_header_size )
You can’t perform that action at this time.
0 commit comments