These optional arguments are supported by GNU assembler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
4407–4411 ↗ | (On Diff #71764) | this and the lines at 4413-4417 are identical. Can you factor out in a common helper? |
Comment Actions
I did some more testing against GNU as and found out that it also allows skip to be empty, this behavior is now supported as well. I've also expanded error checking for negative skip and count values.
Comment Actions
That would be awesome, they're not really related to this one but I'd like to land them as well.
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
4407–4411 ↗ | (On Diff #71764) | This no longer relevant as these blocks are now different. |