[PATCH] D116542: [OpenMP] Add a flag for embedding a file into the module
Caroline Tice via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 31 15:35:04 PST 2022
cmtice added a comment.
This change introduces a circular dependency: BitcodeWriters now depends on TransformUtils, but TransformUtils also depends on BitcodeWriters. This appears to be a layering violation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116542/new/
https://reviews.llvm.org/D116542
More information about the cfe-commits
mailing list