mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
add llvm-mc support for parsing the .subsections_via_symbols directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -89,6 +89,11 @@ namespace llvm {
|
||||
// symbol section in the constructor and initialize it here?
|
||||
virtual void EmitLabel(MCSymbol *Symbol) = 0;
|
||||
|
||||
/// SubsectionsViaSymbols - Note in the output that the conventions used in
|
||||
/// in the assembly file allows the bytes of a section to be divided up at
|
||||
/// the boundaries of the symbols by a link editor for processing as atoms.
|
||||
virtual void SubsectionsViaSymbols(void) = 0;
|
||||
|
||||
/// EmitAssignment - Emit an assignment of @param Value to @param Symbol.
|
||||
///
|
||||
/// This corresponds to an assembler statement such as:
|
||||
|
Reference in New Issue
Block a user