forked from OSchip/llvm-project
parent
6e6b03ec46
commit
415e8aa84a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue