================ @@ -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:
> This is why I'm not totally convinced that this is a good idea, though I also > believe that it's important that these tests do get run -- somewhere. If you > can confirm that the tests would run on the existing windows bots (we can > check with bot owners if needed), then maybe this wouldn't be necessary. @labath are you ok with the test predicate as is, knowing that the tests will run on Linaro's buildbot? 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