summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-01 01:20:32 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-07 23:54:32 +0000
commitcb992f9158319a5cf079e53805f81badc609ef0f (patch)
treebf9652650f673d1d96c95cc18066fdba48848b2c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentaf931a51b98f318955fc0bec71f28929e6535619 (diff)
Make separate config variable for `LLVM_LIBRARY_DIRS`
@beanz tells me it should in fact exists, and it would be bad to put a list of dirs in `LLVM_LIBRARY_DIR`. I am therefore making some changes to help avoid this an other mistakes: - Use a separate `LLVM_CONFIG_LIBRARY_DIR` (no "S") variable so we don't start putting a list in `LLVM_LIBRARY_DIR` by mistake. - Define the individual dir variables first, and the define the list of dirs variables programmatically. Also, I rearranged the definitions of the "regular" single dirs below so `LLVM_BINARY_DIR`, which is the unsuffixed one, comes first before the suffixed ones. Reviewed By: beanz Differential Revision: https://reviews.llvm.org/D116497
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions