xiaobai added a comment.

This is awesome, thanks for doing this! I was also thinking about doing 
something like this at some point as well. :)



================
Comment at: lldb/cmake/modules/AddLLDB.cmake:17
+  if( NOT LTG_SOURCE )
+    message(FATAL_ERROR "SOURCE source-file required by clang_tablegen")
+  endif()
----------------
`clang_tablegen` -> `lldb_tablegen`


================
Comment at: lldb/source/Commands/BreakpointList.td:1
+include "Options.td"
+
----------------
Is BreakpointList.td used? I noticed `hide_aliases` is also implemented in 
Options.td too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64365/new/

https://reviews.llvm.org/D64365



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to