aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-07-03 05:18:37 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-07-21 23:07:36 +0000
commite7fe4433f822fc224b14c9988268f71aeb4d37f9 (patch)
tree32e4cf9f7dc37b6bfc19142c506e7588e8e1bb15 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
parent5a8a159bf5279455b4688f80a6864ca8f37f4b4e (diff)
downloadllvm-e7fe4433f822fc224b14c9988268f71aeb4d37f9.zip
llvm-e7fe4433f822fc224b14c9988268f71aeb4d37f9.tar.gz
llvm-e7fe4433f822fc224b14c9988268f71aeb4d37f9.tar.bz2
Remove `LIBC_INSTALL_PREFIX`
This matches the decision made in D99697. It also shouldn't reintroduce the issue fixed in D99636. The variable was originally introduced in b22f448c21e718a3b6219df89169f38d436189c6 but is not essential to that change. Once we finish adding `GnuInstallDirs` support in D100810 and D99484, setting `CMAKE_INSTALL_LIBDIR` would also work to change the installation directory (though for more than libc). `GnuInstallDirs` support also brings up an issue which is avoided if variables like `LIBC_INSTALL_PREFIX` don't exist. Because the `GnuInstallDirs` variables can be absolute paths, it is a bit unclear how the per-project prefixes would work: does the project-agnostic role-specific variable (e.g. `CMAKE_INSTALL_LIBDIR`), or project-specfic role-agnostic (e.g. `LIBC_INSTALL_PREFIX`) take priority? Each is more specific than the other on one axis, but not the other. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D105740
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions