forked from OSchip/llvm-project
Print a grouping around inline asm blocks so that we can tell when we are
using them. llvm-svn: 28134
This commit is contained in:
parent
c22d4bede5
commit
8b9e11c110
|
@ -282,7 +282,8 @@ namespace {
|
|||
LCOMMDirective = "\t.lcomm\t";
|
||||
StaticCtorsSection = ".mod_init_func";
|
||||
StaticDtorsSection = ".mod_term_func";
|
||||
InlineAsmStart = InlineAsmEnd = ""; // Don't use #APP/#NO_APP
|
||||
InlineAsmStart = "# InlineAsm Start";
|
||||
InlineAsmEnd = "# InlineAsm End";
|
||||
}
|
||||
|
||||
virtual const char *getPassName() const {
|
||||
|
|
Loading…
Reference in New Issue