[Lldb-commits] [lldb] [lldb][bytecode] Add swift output to Python->bytecode compiler (PR #185773)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 11 14:57:23 PDT 2026
================
@@ -0,0 +1,36 @@
+#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
+ at section("__DATA_CONST,__lldbformatters")
+#else
+ at section(".lldbformatters")
+#endif
+ at used
+let _RigidArray_formatter: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) = (
----------------
adrian-prantl wrote:
Would an [InlineArray](https://developer.apple.com/documentation/swift/inlinearray) work for this?
https://github.com/llvm/llvm-project/pull/185773
More information about the lldb-commits
mailing list