Skip to content

Commit 9876411

Browse files
authored
Merge pull request #68364 from ahoppen/ahoppen/no-more-swiftsyntax-lit
[swift-syntax] Don’t pass `--filecheck-exec` to swift-syntax’s build script
2 parents 973a506 + 3780ccc commit 9876411

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)