[PATCH] D156522: [LLVM] move verification of convergence control to a class template
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 04:55:00 PDT 2023
sameerds reopened this revision.
sameerds added a comment.
This revision is now accepted and ready to land.
Reopened this because of build errors with shared libraries enabled.
The "extern template" declaration of CycleInfo caused problems in a shared build when CycleInfo was removed from Verifier.cpp. There needs to be an explicit instantiation corresponding to an extern template in every SO.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156522/new/
https://reviews.llvm.org/D156522
More information about the llvm-commits
mailing list