diff options
-rw-r--r-- | include/llvm/Support/COFF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/COFF.h b/include/llvm/Support/COFF.h index e18e828e87..88c60bac74 100644 --- a/include/llvm/Support/COFF.h +++ b/include/llvm/Support/COFF.h @@ -558,7 +558,7 @@ namespace COFF { IMPORT_NAME_NOPREFIX = 2, /// The import name is the public symbol name, but skipping the leading ?, /// @, or optionally _, and truncating at the first @. - IMPORT_NAME_UNDECORATE = 3, + IMPORT_NAME_UNDECORATE = 3 }; struct ImportHeader { |