mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01: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
57d56af481
commit
5e55efb957
@ -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