[PATCH] D110181: [InstCombine] Move InstCombineWorklist to Utils to allow reuse (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 03:24:00 PDT 2021
fhahn added a subscriber: teemperor.
fhahn added a comment.
In D110181#3014750 <https://reviews.llvm.org/D110181#3014750>, @fhahn wrote:
> Hmm, it looks like this broke the build with explicit modules (` -DLLVM_ENABLE_MODULES=On`). I'm currently checking to see what the options are for unbreaking the build.
@teemperor fixed the issue in a5e1c746b870d79142419a07a8aecc471eacfed1 <https://reviews.llvm.org/rGa5e1c746b870d79142419a07a8aecc471eacfed1>, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110181/new/
https://reviews.llvm.org/D110181
More information about the llvm-commits
mailing list