[Lldb-commits] [lldb] [lldb] Revive TestSimulatorPlatform.py (PR #142244)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 09:54:48 PDT 2025
================
@@ -56,11 +56,14 @@ def run_with(self, arch, os, vers, env, expected_load_command):
sdk_root = lldbutil.get_xcode_sdk_root(sdk)
clang = lldbutil.get_xcode_clang(sdk)
+ print(triple)
----------------
JDevlieghere wrote:
This can go altogether, this was a leftover debug statement and not particularly helpful in general.
https://github.com/llvm/llvm-project/pull/142244
More information about the lldb-commits
mailing list