Skip to content
Commit 56938af9 authored by Jim Grosbach's avatar Jim Grosbach
Browse files

lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted

by its first field, but TableGen doesn't actually enforce creating it that 
way. TableGen sorts the records that will be used to create it by the names 
of the records, not the Name field of those records.

This patch corrects the sort to use the "Name" field of the record as the 
sort key.

llvm-svn: 56106
parent e30b36fe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment