diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-01-01 01:20:32 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-01-07 23:54:32 +0000 |
commit | cb992f9158319a5cf079e53805f81badc609ef0f (patch) | |
tree | bf9652650f673d1d96c95cc18066fdba48848b2c /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | af931a51b98f318955fc0bec71f28929e6535619 (diff) | |
download | llvm-cb992f9158319a5cf079e53805f81badc609ef0f.zip llvm-cb992f9158319a5cf079e53805f81badc609ef0f.tar.gz llvm-cb992f9158319a5cf079e53805f81badc609ef0f.tar.bz2 |
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 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions