@@ -2792,19 +2792,31 @@ for host in "${ALL_HOSTS[@]}"; do
2792
2792
echo " --- Running LLDB unit tests ---"
2793
2793
with_pushd ${lldb_build_dir} \
2794
2794
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
2795
- echo " --- Running LLDB tests (Swift tests using ClangImporter) ---"
2795
+ echo " --- Running LLDB tests (Swift Config: Classic/ ClangImporter) ---"
2796
2796
with_pushd ${lldb_build_dir} \
2797
2797
call ${NINJA_BIN} -j ${BUILD_JOBS} lldb-test-deps
2798
2798
with_pushd ${results_dir} \
2799
2799
call " ${llvm_build_dir} /bin/llvm-lit" \
2800
2800
" ${lldb_build_dir} /test" \
2801
2801
${LLVM_LIT_ARGS} ${LLVM_LIT_FILTER_ARG}
2802
- echo " --- Rerun LLDB Swift API tests (using only DWARFImporter) ---"
2802
+ echo " --- Rerun LLDB Swift API tests (Swift Config: Classic/ DWARFImporter) ---"
2803
2803
with_pushd ${results_dir} \
2804
2804
call " ${llvm_build_dir} /bin/llvm-lit" \
2805
2805
" ${lldb_build_dir} /test" \
2806
2806
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2807
2807
--param dotest-args=" --setting symbols.use-swift-clangimporter=false"
2808
+ echo " --- Rerun LLDB Swift API tests (Swift Config: Precise/ClangImporter) ---"
2809
+ with_pushd ${results_dir} \
2810
+ call " ${llvm_build_dir} /bin/llvm-lit" \
2811
+ " ${lldb_build_dir} /test" \
2812
+ ${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2813
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=true"
2814
+ echo " --- Rerun LLDB Swift API tests (Swift Config: Precise/DWARFImporter) ---"
2815
+ with_pushd ${results_dir} \
2816
+ call " ${llvm_build_dir} /bin/llvm-lit" \
2817
+ " ${lldb_build_dir} /test" \
2818
+ ${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2819
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=true"
2808
2820
2809
2821
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
2810
2822
echo " Running LLDB swift compatibility tests against" \
0 commit comments