[PATCH] D51231: [X86] Remove Feature64Bit
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 12:42:25 PDT 2018
efriedma added a comment.
We could use the feature bit to try to catch invalid CPU specifications (like trying to use -mcpu=pentium on a 64-bit target).
https://reviews.llvm.org/D51231
More information about the llvm-commits
mailing list