Skip to content

Commit 61ee2fb

Browse files
committed
Remove inline shell comments
1 parent b71dadc commit 61ee2fb

File tree

3 files changed

+65
-639
lines changed

3 files changed

+65
-639
lines changed

utils/swift_build_support/swift_build_support/build_script_invocation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def compute_product_pipelines(self):
579579
# Swift still needs a few LLVM targets like tblgen to be built for it to be
580580
# configured. Instead, handle this in the product for now.
581581
builder.add_product(products.LLVM,
582-
is_enabled=True)
582+
is_enabled=True)
583583

584584
builder.add_product(products.LibXML2,
585585
is_enabled=self.args.build_libxml2)

0 commit comments

Comments
 (0)