[PATCH] D137024: [compiler-rt] Switch from llvm-config to find_package(LLVM)
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 06:53:50 PDT 2022
mgorny added a comment.
> These workarounds are fine for me, but I wonder if it would be useful with a more direct cmake option to tell it not look for these files at all.
CMake has something like that built-in. I think it's `-DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137024/new/
https://reviews.llvm.org/D137024
More information about the cfe-commits
mailing list