[Lldb-commits] [PATCH] D67890: [lldb] [cmake] Fix installing Python modules on systems using /usr/lib

2019-09-29 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy added a comment. I'm a tad late, but I just wanted to confirm for everyone that this works. Thanks everybody! Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67890/new/ https://reviews.llvm.org/D67890 ___ lldb

[Lldb-commits] [PATCH] D67583: Fix swig python package path

2019-09-17 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy reopened this revision. ZeGentzy added a comment. This revision is now accepted and ready to land. Hello folks, These changes break running `ninja install` when building with `-D LLVM_LIBDIR_SUFFIX=32`. [...] -- Up-to-date: /build/llvm-git-gentz/pkg/lib32-llvm-git-gentz/opt/llvm32

[Lldb-commits] [PATCH] D67583: Fix swig python package path

2019-09-18 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy added a comment. That's odd > Can you share your full compile command and environment? I'm using this PKGBUILD: https://github.com/ZeGentzy/aur-buildscripts/blob/master/llvm-git-gentz/PKGBUILD#L376 The commands being run are these: export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"

[Lldb-commits] [PATCH] D67583: Fix swig python package path

2019-09-19 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy added a comment. In D67583#1674912 , @hhb wrote: > I don't have the right environment to try your command. But I didn't see > anything obviously problematic. > > Can you try the following: > > cd /src/llvm-project/lldb/scripts/Python > > > Then

[Lldb-commits] [PATCH] D67583: Fix swig python package path

2019-09-19 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy added a comment. In D67583#1675415 , @hhb wrote: > Oh sorry my mistake. The current directory should be > llvm-project/lldb/scripts. I.e. > > cd /src/llvm-project/lldb/scripts > Maybe I'm doing something wrong, but that does not work either.

[Lldb-commits] [PATCH] D67583: Fix swig python package path

2019-09-19 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy added a comment. In D67583#1675714 , @hhb wrote: > My theory now is that your python has a different implementation of > get_python_lib(). After all we should not guess what python would do. I'm > making a change. > If you still interested in t

[Lldb-commits] [PATCH] D67583: Fix swig python package path

2019-09-20 Thread Hal Gentz via Phabricator via lldb-commits
ZeGentzy added a comment. In D67583#1676531 , @labath wrote: > I could be off mark here, but I do recall some people trying to get this code > to work in environments where python and lldb(llvm) are configured with > different libdirs (so LLVM_LIBDIR_SUF