[PATCH] D141581: [clang] Make clangBasic and clangDriver depend on LLVMTargetParser.
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 20 11:43:16 PST 2023
tstellar added a comment.
I spent some time looking at this. Rather than changing the dependency from RISCVTargetParserTableGen to LLVMTargetParser, I think the correct fix is to handle RISCVTargetParserTableGen in llvm/cmake/modules/LLVMConfig.cmake.in. alongside the intrinsics_gen, omp_gen, and acc_gen targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141581/new/
https://reviews.llvm.org/D141581
More information about the cfe-commits
mailing list