[PATCH] D98674: [NFC] [PowerPC] Determine Endianness in PPCTargetMachine
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 11:48:59 PDT 2021
nemanjai added a comment.
As it turns out, this can't be committed as-is. The initialization order is incorrect. We compute the endianness while initializing the base class, but the data member is part of the derived class and the default initialization happens afterwards. I'll fix it up and commit it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98674/new/
https://reviews.llvm.org/D98674
More information about the llvm-commits
mailing list