mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 19:07:26 +00:00
[MC] Fix comma typo in .loc parsing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72c8379fda
commit
a72a0d6367
@ -3228,7 +3228,7 @@ bool AsmParser::parseDirectiveLoc() {
|
||||
return false;
|
||||
};
|
||||
|
||||
if (parseMany(parseLocOp))
|
||||
if (parseMany(parseLocOp, false /*hasComma*/))
|
||||
return true;
|
||||
|
||||
getStreamer().EmitDwarfLocDirective(FileNumber, LineNumber, ColumnPos, Flags,
|
||||
|
Loading…
x
Reference in New Issue
Block a user