[PATCH] D116492: [lld] Deprecate using llvm-config to detect llvm installation
John Ericson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 3 10:40:39 PST 2022
Ericson2314 added inline comments.
================
Comment at: lld/CMakeLists.txt:17
- execute_process(COMMAND "${LLVM_CONFIG_PATH}"
- "--obj-root"
- "--includedir"
----------------
`--obj-root` is the same thing as `--prefix`, so this is in fact a mere reordering in behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116492/new/
https://reviews.llvm.org/D116492
More information about the cfe-commits
mailing list