[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 4 11:14:15 PST 2023


================
@@ -1,4 +1,7 @@
 #include <pthread.h>
+#ifdef __OpenBSD__
----------------
bulbazord wrote:

For consistency, can you change this to `if defined(__OpenBSD__)`? Not a big deal though

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


More information about the lldb-commits mailing list