Skip to content

Commit 1cf16ab

Browse files
authored
[build-script] Teach the lldb-xcode build how to find FileCheck (#19400)
1 parent 90a330b commit 1cf16ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build-script-impl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,6 +2921,10 @@ for host in "${ALL_HOSTS[@]}"; do
29212921
fi
29222922
call mkdir -p "${results_dir}"
29232923

2924+
if [[ "$using_xcodebuild" == "TRUE" ]] ; then
2925+
LLDB_DOTEST_CC_OPTS="${LLDB_DOTEST_CC_OPTS} --filecheck $(build_directory $LOCAL_HOST llvm)/bin/FileCheck"
2926+
fi
2927+
29242928
# Prefer to use lldb-dotest, as building it guarantees that we build all
29252929
# test dependencies. Ultimately we want to delete as much lldb-specific logic
29262930
# from this file as possible and just have a single call to lldb-dotest.

0 commit comments

Comments
 (0)