mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-13 03:21:07 +00:00
[obj2yaml] One more attempt at fixing msan
Bot URL: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/11834/steps/check-llvm%20msan/logs/stdio git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d3c482d43
commit
4fc5d9b765
@ -72,8 +72,11 @@ struct BindOpcode {
|
||||
};
|
||||
|
||||
struct ExportEntry {
|
||||
uint64_t TerminalSize = 0;
|
||||
uint64_t NodeOffset = 0;
|
||||
ExportEntry()
|
||||
: TerminalSize(0), NodeOffset(0), Name(), Flags(0), Address(0), Other(0),
|
||||
ImportName(), Children() {}
|
||||
uint64_t TerminalSize;
|
||||
uint64_t NodeOffset;
|
||||
std::string Name;
|
||||
llvm::yaml::Hex64 Flags;
|
||||
llvm::yaml::Hex64 Address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user