@@ -2805,31 +2805,32 @@ for host in "${ALL_HOSTS[@]}"; do
2805
2805
echo " --- Running LLDB unit tests ---"
2806
2806
with_pushd ${lldb_build_dir} \
2807
2807
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
2808
- echo " --- Running LLDB tests (Swift Config: Classic /ClangImporter) ---"
2808
+ echo " --- Running LLDB tests (Swift Config: Precise /ClangImporter) ---"
2809
2809
with_pushd ${lldb_build_dir} \
2810
2810
call ${NINJA_BIN} -j ${BUILD_JOBS} lldb-test-deps
2811
2811
with_pushd ${results_dir} \
2812
2812
call " ${llvm_build_dir} /bin/llvm-lit" \
2813
2813
" ${lldb_build_dir} /test" \
2814
- ${LLVM_LIT_ARGS} ${LLVM_LIT_FILTER_ARG}
2815
- echo " --- Rerun LLDB Swift API tests (Swift Config: Classic/DWARFImporter) ---"
2814
+ ${LLVM_LIT_ARGS} ${LLVM_LIT_FILTER_ARG} \
2815
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=true"
2816
+ echo " --- Rerun LLDB Swift API tests (Swift Config: Precise/DWARFImporter) ---"
2816
2817
with_pushd ${results_dir} \
2817
2818
call " ${llvm_build_dir} /bin/llvm-lit" \
2818
2819
" ${lldb_build_dir} /test" \
2819
2820
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2820
- --param dotest-args=" --setting symbols.use-swift-clangimporter=false"
2821
- echo " --- Rerun LLDB Swift API tests (Swift Config: Precise /ClangImporter) ---"
2821
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=true "
2822
+ echo " --- Rerun LLDB Swift API tests (Swift Config: Classic /ClangImporter) ---"
2822
2823
with_pushd ${results_dir} \
2823
2824
call " ${llvm_build_dir} /bin/llvm-lit" \
2824
2825
" ${lldb_build_dir} /test" \
2825
2826
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2826
- --param dotest-args=" --setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=true "
2827
- echo " --- Rerun LLDB Swift API tests (Swift Config: Precise /DWARFImporter) ---"
2827
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=false "
2828
+ echo " --- Rerun LLDB Swift API tests (Swift Config: Classic /DWARFImporter) ---"
2828
2829
with_pushd ${results_dir} \
2829
2830
call " ${llvm_build_dir} /bin/llvm-lit" \
2830
2831
" ${lldb_build_dir} /test" \
2831
2832
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2832
- --param dotest-args=" --setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=true "
2833
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=false "
2833
2834
2834
2835
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
2835
2836
echo " Running LLDB swift compatibility tests against" \
0 commit comments