These directives are already supported by GNU assembler.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
Same comments apply here, can you group switch conditions together (for consistency) and add some tests for the other error conditions?
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.
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 | This is not your fault (partly, but a large amount of the parse* methods don't have a doxygen comment). | |
1919–1921 | This and the condition at line 1933 can be merged together, no? |
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
1919–1921 | That's true, it's a different directive but that's probably not an issue here. |
This is not your fault (partly, but a large amount of the parse* methods don't have a doxygen comment).
Do you mind to add one to this one?