mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-11 17:25:52 +00:00
MC: Use MCSymbol in LocalCommon, NFC
Switch from MCSymbolData to MCSymbol in LocalCommon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237816 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -101,7 +101,7 @@ private:
|
||||
bool SeenIdent;
|
||||
|
||||
struct LocalCommon {
|
||||
MCSymbolData *SD;
|
||||
const MCSymbol *Symbol;
|
||||
uint64_t Size;
|
||||
unsigned ByteAlignment;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user