These directives are already supported by GNU assembler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Same comments apply here, can you group switch conditions together (for consistency) and add some tests for the other error conditions?
Comment Actions
Sorry, lld kept me a little busy in the last two days =) I'll take a look at this again by the end of today. Sorry for the delay.
Comment Actions
Feel free to submit after fixing my second round of comments, no need for another back and forth. Thanks!
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
275–276 ↗ | (On Diff #72088) | This is not your fault (partly, but a large amount of the parse* methods don't have a doxygen comment). |
1919–1921 ↗ | (On Diff #72088) | This and the condition at line 1933 can be merged together, no? |
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
1919–1921 ↗ | (On Diff #72088) | That's true, it's a different directive but that's probably not an issue here. |