[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 08:00:49 PST 2023
tstellar added a comment.
I don't think this is the correct way to specify dependencies if it's just an issue of the header being included before a generated file it needs has been generated. Are there other places in the code where a generated header file is included by another header?
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