mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix typo, targetFeature should be lowercase.
this fixing also enable llc -mattr=+cpuhelp Reviewers: ziangwan, kongyi Reviewed By: kongyi Tags: #llvm Differential Revision: https://reviews.llvm.org/D76757
This commit is contained in:
parent
78d8129469
commit
028706e67a
@ -185,7 +185,7 @@ static FeatureBitset getFeatures(StringRef CPU, StringRef FS,
|
||||
// Check for help
|
||||
if (Feature == "+help")
|
||||
Help(ProcDesc, ProcFeatures);
|
||||
else if (Feature == "+cpuHelp")
|
||||
else if (Feature == "+cpuhelp")
|
||||
cpuHelp(ProcDesc);
|
||||
else
|
||||
ApplyFeatureFlag(Bits, Feature, ProcFeatures);
|
||||
|
Loading…
Reference in New Issue
Block a user