[PATCH] D140420: [Support] Update modulemap for TargetParser

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 14:52:41 PST 2023


dblaikie added a comment.

In D140420#4025376 <https://reviews.llvm.org/D140420#4025376>, @lenary wrote:

> I noticed some duplicate lines in my previous update, corrected now.
>
> Adding @dblaikie as a reviewer as he also reported problems with the module build.

Thanks! The modulemaps aren't an issue for us (Google) - we use the Bazel build files and explicit modules builds that don't use modulemaps.

I'm looking at the BUILD files and I'm not entirely sure how they work in the face of this issue... but they seem to be working/seems we don't have an issue anymore...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140420



More information about the llvm-commits mailing list