mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Print *some* grouping around inline asm blocks so we know where they are.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28133 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c05997bd8
commit
7660ebc90a
@ -66,7 +66,8 @@ bool X86SharedAsmPrinter::doInitialization(Module &M) {
|
||||
forDarwin = true;
|
||||
StaticCtorsSection = ".mod_init_func";
|
||||
StaticDtorsSection = ".mod_term_func";
|
||||
InlineAsmStart = InlineAsmEnd = ""; // Don't use #APP/#NO_APP
|
||||
InlineAsmStart = "# InlineAsm Start";
|
||||
InlineAsmEnd = "# InlineAsm End";
|
||||
break;
|
||||
case X86Subtarget::isCygwin:
|
||||
GlobalPrefix = "_";
|
||||
|
Loading…
Reference in New Issue
Block a user