================ @@ -299,6 +299,8 @@ def parseOptionsAndInitTestdirs(): configuration.libcxx_library_dir = args.libcxx_library_dir configuration.cmake_build_type = args.cmake_build_type.lower() + configuration.target_triple = args.target_triple + ---------------- DavidSpickett wrote:
> I did apply your commit onto main, rather than building the PR branch so it > could be a different change causing that. The unexpected passes are due to this change specifically. https://github.com/llvm/llvm-project/pull/143177 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits