[PATCH] D68007: [lldb] Move swig call from python code to cmake

Haibo Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 10:57:26 PDT 2019


hhb marked an inline comment as done.
hhb added inline comments.


================
Comment at: lldb/trunk/scripts/CMakeLists.txt:5
+  ${LLDB_SOURCE_DIR}/include/lldb/API/*.h
+  ${LLDB_SOURCE_DIR}/include/lldb/*.h
 )
----------------
xiaobai wrote:
> Doesn't this now include the `lldb-private` headers now? Is that intended?
Oh sorry. Will send a change to fix. Is there an easy way to exclude a pattern in file() call?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68007





More information about the llvm-commits mailing list