mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 07:50:50 +00:00
[ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels when
parsing MS-style inline assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3cc4220560
commit
deb1bab608
@ -1214,7 +1214,8 @@ bool AsmParser::ParseStatement(ParseStatementInfo &Info) {
|
||||
return Error(IDLoc, "invalid symbol redefinition");
|
||||
|
||||
// Emit the label.
|
||||
Out.EmitLabel(Sym);
|
||||
if (!ParsingInlineAsm)
|
||||
Out.EmitLabel(Sym);
|
||||
|
||||
// If we are generating dwarf for assembly source files then gather the
|
||||
// info to make a dwarf label entry for this label if needed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user