[Lldb-commits] [lldb] [LLDB] Add ifndef to platform linux (PR #141971)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Thu May 29 09:23:53 PDT 2025


================
@@ -34,6 +34,20 @@
 #define MAP_PRIVATE 2
 #define MAP_ANON 0x20
 
+// For other platforms that use platform linux
----------------
dmpots wrote:

Are these guaranteed to be defines and not constants? 

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


More information about the lldb-commits mailing list