mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-20 21:06:27 +00:00

We no longer accept an encoded integer as representing all of the attributes. Convert this via the AttrBuilder class into an AttributeSet with the correct representation (an AttributeSetImpl that holds a list of Attribute objects). llvm-svn: 173750