We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a330b commit 1cf16abCopy full SHA for 1cf16ab
utils/build-script-impl
@@ -2921,6 +2921,10 @@ for host in "${ALL_HOSTS[@]}"; do
2921
fi
2922
call mkdir -p "${results_dir}"
2923
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
+
2928
# Prefer to use lldb-dotest, as building it guarantees that we build all
2929
# test dependencies. Ultimately we want to delete as much lldb-specific logic
2930
# from this file as possible and just have a single call to lldb-dotest.
0 commit comments