[Lldb-commits] [lldb] [llvm] Add AArch64 support to the premerge tests (PR #155274)

Aiden Grossman via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 6 21:03:30 PDT 2025


================
@@ -21,8 +16,15 @@
     )
     args = parser.parse_args()
 
+    logo = ":window:" if platform.system() == "Windows" else ":penguin:"
----------------
boomanaiden154 wrote:

Nit: It might be slightly cleaner to refactor this into a `compute_platform_title` function.

https://github.com/llvm/llvm-project/pull/155274


More information about the lldb-commits mailing list