diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp b/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp index f5125393695b..37192ba36a04 100644 --- a/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp +++ b/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp @@ -34,4 +34,4 @@ ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() { return makeArrayRef(OMFSegMapDescFlagNames); } } -}
\ No newline at end of file +} |