llvm-config makes the assumption that LLVM_TOOLS_INSTALL_DIR is a single directory. Choosing a (relative) path with a depth greater than one leads to invalid prefix computation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58118
Fix llvm-config behavior when LLVM_TOOLS_INSTALL_DIR has a depth greater than one AcceptedPublic Authored by serge-sans-paille on Feb 12 2019, 6:46 AM.
Details
Summary llvm-config makes the assumption that LLVM_TOOLS_INSTALL_DIR is a single directory. Choosing a (relative) path with a depth greater than one leads to invalid prefix computation.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 31 2020, 4:06 AM
Revision Contents
Diff 186454 tools/llvm-config/llvm-config.cpp
|