"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "cb98644e9ba8f44bbd07beb8ba84ab300fcdf277"
Remove the AttrBuilder form of the Attribute::get creators.
The AttrBuilder is for building a collection of attributes. The Attribute object holds only one attribute. So it's not really useful for the Attribute object to have a creator which takes an AttrBuilder. This has two fallouts: 1. The AttrBuilder no longer holds its internal attributes in a bit-mask form. 2. The attributes are now ordered alphabetically (hence why the tests have changed). llvm-svn: 174110
Loading
Please register or sign in to comment