Skip to content

Commit 3780ccc

Browse files
committed
[swift-syntax] Don’t pass --filecheck-exec to swift-syntax’s build script
swift-syntax no longer has lit tests, so the `--filecheck-exec` parameter isn’t needed anymore.
1 parent acc6c10 commit 3780ccc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

utils/swift_build_support/swift_build_support/products/swiftsyntax.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,7 @@ def test(self, host_target):
116116
llvm_build_dir = os.path.realpath(llvm_build_dir)
117117

118118
self.run_swiftsyntax_build_script(target=host_target,
119-
command='test',
120-
additional_params=[
121-
'--filecheck-exec',
122-
os.path.join(llvm_build_dir,
123-
'bin',
124-
'FileCheck')
125-
])
119+
command='test')
126120

127121
def should_install(self, host_target):
128122
return self.args.install_swiftsyntax

0 commit comments

Comments
 (0)