[PATCH] D141581: [clang] Make clangBasic and clangDriver depend on LLVMTargetParser.

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 09:50:39 PST 2023


barannikov88 added a comment.

clangBasic and clangDriver already have a dependency on TargetParser (see LLVM_LINK_COMPONENTS at the beginning of corresponding files). Is that not enough?
Will it build if you just remove the additional dependency?


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