[Lldb-commits] [lldb] [lldb] Build debugserver fat for arm64 and arm64e (PR #186038)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 12 11:47:00 PDT 2026


================
@@ -101,9 +101,27 @@ check_c_source_compiles(
     BUILDING_FOR_ARM64_OSX
 )
 
+set(default_arm64e_debugserver OFF)
+if (BUILDING_FOR_ARM64_OSX )
----------------
bulbazord wrote:

nit: spurious space

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


More information about the lldb-commits mailing list