[PATCH] D116542: [OpenMP] Add a flag for embedding a file into the module
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 15:38:21 PST 2022
jhuber6 added a comment.
In D116542#3285857 <https://reviews.llvm.org/D116542#3285857>, @cmtice wrote:
> This change introduces a circular dependency: BitcodeWriters now depends on TransformUtils, but TransformUtils also depends on BitcodeWriters. This appears to be a layering violation.
Might explain why it wasn't included before, should I just copy the function I here and remove the dependency?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116542/new/
https://reviews.llvm.org/D116542
More information about the llvm-commits
mailing list