@@ -2760,32 +2760,20 @@ for host in "${ALL_HOSTS[@]}"; do
2760
2760
echo " --- Running LLDB unit tests ---"
2761
2761
with_pushd ${lldb_build_dir} \
2762
2762
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
2763
- echo " --- Running LLDB tests (Swift Config: Precise/ ClangImporter) ---"
2763
+ echo " --- Running LLDB tests (Swift Config: ClangImporter) ---"
2764
2764
with_pushd ${lldb_build_dir} \
2765
2765
call ${NINJA_BIN} -j ${BUILD_JOBS} lldb-test-deps
2766
2766
with_pushd ${results_dir} \
2767
2767
call " ${llvm_build_dir} /bin/llvm-lit" \
2768
2768
" ${lldb_build_dir} /test" \
2769
2769
${LLVM_LIT_ARGS} ${LLVM_LIT_FILTER_ARG} \
2770
- --param dotest-args=" --setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=true "
2771
- echo " --- Rerun LLDB Swift API tests (Swift Config: Precise/ DWARFImporter) ---"
2770
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=true"
2771
+ echo " --- Rerun LLDB Swift API tests (Swift Config: DWARFImporter) ---"
2772
2772
with_pushd ${results_dir} \
2773
2773
call " ${llvm_build_dir} /bin/llvm-lit" \
2774
2774
" ${lldb_build_dir} /test" \
2775
2775
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2776
- --param dotest-args=" --setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=true"
2777
- echo " --- Rerun LLDB Swift API tests (Swift Config: Classic/ClangImporter) ---"
2778
- with_pushd ${results_dir} \
2779
- call " ${llvm_build_dir} /bin/llvm-lit" \
2780
- " ${lldb_build_dir} /test" \
2781
- ${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2782
- --param dotest-args=" --setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=false"
2783
- echo " --- Rerun LLDB Swift API tests (Swift Config: Classic/DWARFImporter) ---"
2784
- with_pushd ${results_dir} \
2785
- call " ${llvm_build_dir} /bin/llvm-lit" \
2786
- " ${lldb_build_dir} /test" \
2787
- ${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2788
- --param dotest-args=" --setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=false"
2776
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=false"
2789
2777
2790
2778
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
2791
2779
echo " Running LLDB swift compatibility tests against" \
0 commit comments