forked from OSchip/llvm-project
Giving the asm attribute some keyword spellings based off of GCC's documentation. No functional changes.
llvm-svn: 199382
This commit is contained in:
parent
818058b2ab
commit
95755d6d05
|
@ -297,7 +297,7 @@ def ARMInterrupt : InheritableAttr, TargetSpecificAttr<TargetARM> {
|
|||
}
|
||||
|
||||
def AsmLabel : InheritableAttr {
|
||||
let Spellings = [];
|
||||
let Spellings = [Keyword<"asm">, Keyword<"__asm__">];
|
||||
let Args = [StringArgument<"Label">];
|
||||
let SemaHandler = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue