[Lldb-commits] [PATCH] D68007: [lldb] Move swig call from python code to cmake
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 10:55:43 PDT 2019
xiaobai added inline comments.
================
Comment at: lldb/trunk/scripts/CMakeLists.txt:5
+ ${LLDB_SOURCE_DIR}/include/lldb/API/*.h
+ ${LLDB_SOURCE_DIR}/include/lldb/*.h
)
----------------
Doesn't this now include the `lldb-private` headers now? Is that intended?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68007/new/
https://reviews.llvm.org/D68007
More information about the lldb-commits
mailing list