Skip to content

Commit 66c001e

Browse files
committed
[Lit] Add CHECK-%vendor to IRGenFileCheck.
1 parent 9de809d commit 66c001e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/lit.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)