These directives are already supported by GNU assembler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Some comments, hope you don't mind :)
lib/MC/MCParser/AsmParser.cpp | ||
---|---|---|
1919–1934 ↗ | (On Diff #71866) | you can probably merge DK_DS_X and DK_DS_P cases (and you can do similarly for others, i.e. case DK_DS_X: case DK_DS_P: return ... |
4244–4245 ↗ | (On Diff #71866) | Do you want to emit a diagnostic here? |
4248–4249 ↗ | (On Diff #71866) | Please add a test for this case. |
4252–4254 ↗ | (On Diff #71866) | and this one. |