mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSymbol*)StrSym explicitly.
It will fix crash in codegen on msvc x64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d7595a123
commit
1a6bd31d24
@ -183,6 +183,7 @@ private:
|
||||
struct DataArray {
|
||||
MCSymbol *StrSym;
|
||||
std::vector<HashDataContents *> Values;
|
||||
DataArray() : StrSym(nullptr), Values() {}
|
||||
};
|
||||
friend struct HashData;
|
||||
struct HashData {
|
||||
|
Loading…
x
Reference in New Issue
Block a user