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 | 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 | Do you want to emit a diagnostic here? | |
| 4248–4249 | Please add a test for this case. | |
| 4252–4254 | and this one. | |
you can probably merge DK_DS_X and DK_DS_P cases (and you can do similarly for others, i.e.