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 | ||
---|---|---|
1951–1966 | 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 ... | |
4281–4282 | Do you want to emit a diagnostic here? | |
4285–4286 | Please add a test for this case. | |
4289–4291 | and this one. |
you can probably merge DK_DS_X and DK_DS_P cases (and you can do similarly for others, i.e.