[all-commits] [llvm/llvm-project] fbfd83: [lldb] Fix relative imports and set the appropriat...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 12 16:29:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fbfd831ddac2a9dd2e7bcdf179c88de7c9c5f5ae
https://github.com/llvm/llvm-project/commit/fbfd831ddac2a9dd2e7bcdf179c88de7c9c5f5ae
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M lldb/bindings/lua/CMakeLists.txt
M lldb/bindings/lua/lua.swig
M lldb/bindings/python/CMakeLists.txt
M lldb/bindings/python/python.swig
Log Message:
-----------
[lldb] Fix relative imports and set the appropriate include dirs
After moving python.swig and lua.swig into their respective
subdirectories, the relative paths in these files were out of date. This
fixes that and ensures the appropriate include paths are set in the SWIG
invocation.
Differential revision: https://reviews.llvm.org/D85859
More information about the All-commits
mailing list