mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macro
LLVM_YAML_STRONG_TYPEDEF() is the correct macro to perform this function. llvm-svn: 183280
This commit is contained in:
parent
a45aafabfe
commit
0d65a762ac
@ -353,7 +353,7 @@ had the following bit flags defined:
|
||||
flagsRound = 8
|
||||
};
|
||||
|
||||
LLVM_YAML_UNIQUE_TYPE(MyFlags, uint32_t)
|
||||
LLVM_YAML_STRONG_TYPEDEF(uint32_t, MyFlags)
|
||||
|
||||
To support reading and writing of MyFlags, you specialize ScalarBitSetTraits<>
|
||||
on MyFlags and provide the bit values and their names.
|
||||
|
Loading…
Reference in New Issue
Block a user