[PATCH] D32780: [AArch64] Make the TargetParser add CPU exts provided by the arch.
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 10:45:29 PDT 2017
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
I really thought it was there already! Thanks for the patch! LGTM.
--renato
================
Comment at: unittests/Support/TargetParserTest.cpp:614
"invalid", "invalid", "invalid",
- AArch64::AEK_INVALID, ""));
+ AArch64::AEK_NONE, ""));
EXPECT_TRUE(testAArch64CPU(
----------------
I wonder what's the use of AEK_INVALID...
https://reviews.llvm.org/D32780
More information about the llvm-commits
mailing list