================
@@ -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
+
----------------
labath wrote:
I'd very much like to avoid adding this argument. Maybe you could do something
like `canRunLibcxxTests`, which tries to compile?
It'd also be nice if there was a way to run these tests even if the default
clang configuration does not use it. Is there any equivalent to
`-stdlib=libc++` which would force the usage of the MSVC STL?
https://github.com/llvm/llvm-project/pull/143177
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits