[Lldb-commits] [PATCH] D67993: [lldb] Calculate relative path for symbol links
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 25 02:20:31 PDT 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
This looks fine.
There is no xcode build. If you want to test building the framework, you just need to set LLDB_BUILD_FRAMEWORK cmake variable. I don't know if there's any other var than needs setting, but we have a cache file (cmake/caches/Apple-lldb-Xcode.cmake), which should build things the same way as the apple folks are building, so you could just use that.
================
Comment at: lldb/scripts/Python/finishSwigPythonLLDB.py:383
bMakeFileCalled = "-m" in vDictArgs
eOSType = utilsOsType.determine_os_type()
----------------
I guess this is unused now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67993/new/
https://reviews.llvm.org/D67993
More information about the lldb-commits
mailing list