File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
utils/swift_build_support/swift_build_support/products Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def is_build_script_impl_product(cls):
27
27
def is_before_build_script_impl_product (cls ):
28
28
"""is_before_build_script_impl_product -> bool
29
29
30
- Whether this product is build before any build-script-impl products.
30
+ Whether this product is built before any build-script-impl products.
31
31
"""
32
32
return True
33
33
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def is_build_script_impl_product(cls):
32
32
def is_before_build_script_impl_product (cls ):
33
33
"""is_before_build_script_impl_product -> bool
34
34
35
- Whether this product is build before any build-script-impl products.
35
+ Whether this product is built before any build-script-impl products.
36
36
"""
37
37
return False
38
38
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def is_build_script_impl_product(cls):
28
28
def is_before_build_script_impl_product (cls ):
29
29
"""is_before_build_script_impl_product -> bool
30
30
31
- Whether this product is build before any build-script-impl products.
31
+ Whether this product is built before any build-script-impl products.
32
32
"""
33
33
return False
34
34
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def is_build_script_impl_product(cls):
30
30
def is_before_build_script_impl_product (cls ):
31
31
"""is_before_build_script_impl_product -> bool
32
32
33
- Whether this product is build before any build-script-impl products.
33
+ Whether this product is built before any build-script-impl products.
34
34
"""
35
35
return False
36
36
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def is_build_script_impl_product(cls):
29
29
def is_before_build_script_impl_product (cls ):
30
30
"""is_before_build_script_impl_product -> bool
31
31
32
- Whether this product is build before any build-script-impl products.
32
+ Whether this product is built before any build-script-impl products.
33
33
"""
34
34
return False
35
35
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def is_build_script_impl_product(cls):
34
34
def is_before_build_script_impl_product (cls ):
35
35
"""is_before_build_script_impl_product -> bool
36
36
37
- Whether this product is build before any build-script-impl products.
37
+ Whether this product is built before any build-script-impl products.
38
38
"""
39
39
return False
40
40
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def is_build_script_impl_product(cls):
31
31
def is_before_build_script_impl_product (cls ):
32
32
"""is_before_build_script_impl_product -> bool
33
33
34
- Whether this product is build before any build-script-impl products.
34
+ Whether this product is built before any build-script-impl products.
35
35
"""
36
36
return False
37
37
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def is_build_script_impl_product(cls):
47
47
def is_before_build_script_impl_product (cls ):
48
48
"""is_before_build_script_impl_product -> bool
49
49
50
- Whether this product is build before any build-script-impl products.
50
+ Whether this product is built before any build-script-impl products.
51
51
"""
52
52
return False
53
53
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def is_build_script_impl_product(cls):
65
65
def is_before_build_script_impl_product (cls ):
66
66
"""is_before_build_script_impl_product -> bool
67
67
68
- Whether this product is build before any build-script-impl products.
68
+ Whether this product is built before any build-script-impl products.
69
69
Such products must be non-build_script_impl products.
70
70
Because such products are built ahead of the compiler, they are
71
71
built using the host toolchain.
You can’t perform that action at this time.
0 commit comments