mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment
in a format that matches every other ivars in this class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14fbcbfa2b
commit
384299ef45
@ -108,7 +108,6 @@ namespace llvm {
|
|||||||
const char *Data16bitsDirective; // Defaults to "\t.short\t"
|
const char *Data16bitsDirective; // Defaults to "\t.short\t"
|
||||||
const char *Data32bitsDirective; // Defaults to "\t.long\t"
|
const char *Data32bitsDirective; // Defaults to "\t.long\t"
|
||||||
const char *Data64bitsDirective; // Defaults to "\t.quad\t"
|
const char *Data64bitsDirective; // Defaults to "\t.quad\t"
|
||||||
const char *JumpTableDirective; // if used, the jump table reloc flag
|
|
||||||
|
|
||||||
//===--- Alignment Information ----------------------------------------===//
|
//===--- Alignment Information ----------------------------------------===//
|
||||||
|
|
||||||
@ -156,6 +155,10 @@ namespace llvm {
|
|||||||
/// is PIC.
|
/// is PIC.
|
||||||
const char *JumpTableTextSection; // Defaults to "\t.text\n"
|
const char *JumpTableTextSection; // Defaults to "\t.text\n"
|
||||||
|
|
||||||
|
/// JumpTableDirective - if non-null, the directive to emit before a jump
|
||||||
|
/// table.
|
||||||
|
const char *JumpTableDirective;
|
||||||
|
|
||||||
/// StaticCtorsSection - This is the directive that is emitted to switch to
|
/// StaticCtorsSection - This is the directive that is emitted to switch to
|
||||||
/// a section to emit the static constructor list.
|
/// a section to emit the static constructor list.
|
||||||
/// Defaults to "\t.section .ctors,\"aw\",@progbits".
|
/// Defaults to "\t.section .ctors,\"aw\",@progbits".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user