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 @@ -2862,7 +2862,7 @@ else:
2862
2862
2863
2863
# A FileCheck that automatically supports a large variety of target
2864
2864
# conditionalization that's useful in IRGen.
2865
- 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 -D#CLASS_METADATA_HEADER=%s' % (
2865
+ 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' % (
2866
2866
run_filecheck ,
2867
2867
run_os ,
2868
2868
run_cpu ,
@@ -2871,6 +2871,7 @@ IRGenFileCheck = '%s --check-prefix=CHECK --check-prefix=CHECK-%s --check-prefix
2871
2871
run_ptrauth ,
2872
2872
run_objc_interop ,
2873
2873
run_ptrsize ,
2874
+ run_ptrsize ,
2874
2875
run_class_metadata_header_size )
2875
2876
config .substitutions .append ( ('%IRGenFileCheck' , IRGenFileCheck ) )
2876
2877
You can’t perform that action at this time.
0 commit comments