[Lldb-commits] [lldb] [lldb] Revive TestSimulatorPlatform.py (PR #142244)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 09:52:04 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)
----------------
adrian-prantl wrote:
```suggestion
if self.TraceOn():
print(triple)
```
https://github.com/llvm/llvm-project/pull/142244
More information about the lldb-commits
mailing list