[PATCH] D69189: [Builtins] Fix bug where powerpc builtins specializations didn't remove generic implementations.
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 05:09:07 PDT 2019
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
I have confirmed that we no longer get duplicate files for dictc3 in the archive with this patch. Furthermore, the symbol we do get is from `.../ppc/` according to build.ninja.
Before the patch, I observed the behaviour Dan mentioned.
So this patch LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69189/new/
https://reviews.llvm.org/D69189
More information about the llvm-commits
mailing list