[Lldb-commits] [PATCH] D31131: [LLDB] OpenBSD support

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 19 20:03:41 PDT 2017


krytarowski added inline comments.


================
Comment at: source/Plugins/Platform/CMakeLists.txt:8
+#elseif (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
+  add_subdirectory(OpenBSD)
 #elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
----------------
I would sort by subdirectory.


Repository:
  rL LLVM

https://reviews.llvm.org/D31131





More information about the lldb-commits mailing list