Skip to content

Commit 54b0a30

Browse files
committed
Remove inline shell comments
1 parent d6f9782 commit 54b0a30

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
@@ -566,7 +566,7 @@ def compute_product_pipelines(self):
566566
# Swift still needs a few LLVM targets like tblgen to be built for it to be
567567
# configured. Instead, handle this in the product for now.
568568
builder.add_product(products.LLVM,
569-
is_enabled=True)
569+
is_enabled=True)
570570

571571
builder.add_product(products.LibXML2,
572572
is_enabled=self.args.build_libxml2)

0 commit comments

Comments
 (0)