[PATCH] D132387: [runtimes] Handle interface targets in runtimes distribution components

James Nagurne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 16:23:22 PDT 2022


JamesNagurne added a comment.

Hey thanks for looking into this @ldionne

Maybe I'm missing some scope here (I'm very much not an expert on LLVMDistributionSupport), but is the intent here that not every component has a build, but every component should have an install (that may depend on a build, but also might not)?

If that's the case, then this looks good, and is a fairly simple and elegant solution, as opposed to my force-a-build-target solution I'm doing downstream at the moment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132387/new/

https://reviews.llvm.org/D132387



More information about the llvm-commits mailing list