mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macro
LLVM_YAML_STRONG_TYPEDEF() is the correct macro to perform this function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbbdba891b
commit
cc5a6cb0a2
@ -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