[PATCH] D141581: [build] Fix stand-alone builds of clang.
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 10:20:09 PST 2023
tstellar added inline comments.
================
Comment at: clang/lib/Basic/CMakeLists.txt:113
omp_gen
- RISCVTargetParserTableGen
)
----------------
Doesn't this break the monorepo (non-standalone) build? If the monorepo build still works with this, then you don't need the changes to llvm/cmake/modules/LLVMConfig.cmake.in
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141581/new/
https://reviews.llvm.org/D141581
More information about the llvm-commits
mailing list