mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-18 20:20:55 +00:00
Add AsmParser support for darwin tbss directive.
Nothing uses this yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -136,6 +136,7 @@ private:
|
||||
|
||||
bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
|
||||
bool ParseDirectiveDarwinZerofill(); // Darwin specific ".zerofill"
|
||||
bool ParseDirectiveDarwinTBSS(); // Darwin specific ".tbss"
|
||||
|
||||
// Darwin specific ".subsections_via_symbols"
|
||||
bool ParseDirectiveDarwinSubsectionsViaSymbols();
|
||||
|
||||
Reference in New Issue
Block a user