We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 327f62e + 50f1930 commit 9ab1c5cCopy full SHA for 9ab1c5c
utils/build-script-impl
@@ -2786,18 +2786,6 @@ for host in "${ALL_HOSTS[@]}"; do
2786
--param dotest-args="${DOTEST_ARGS}" \
2787
--filter=compat
2788
fi
2789
-
2790
- if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "FALSE" ]]; then
2791
- echo "--- Rerun LLDB API tests (Config: Redecl completion) ---"
2792
- with_pushd ${results_dir} \
2793
- call "${llvm_build_dir}/bin/llvm-lit" \
2794
- "${lldb_build_dir}/test/API" \
2795
- ${LLVM_LIT_ARGS} \
2796
- --param dotest-args="--setting plugin.typesystem.clang.experimental-redecl-completion=true" \
2797
- --filter="lang|functionalities|types|commands"
2798
2799
- # FIXME: run shell-tests with new setting. LLDB doesn't support that yet.
2800
- fi
2801
continue
2802
;;
2803
llbuild)
0 commit comments