Contrary to ELF, we don't add any markers that distinguish data generated with .long from normal instructions, so the .inst directive only adds compatibility with assembly that uses it.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D49935
[AArch64] Support the .inst directive for MachO and COFF targets ClosedPublic Authored by mstorsjo on Jul 27 2018, 2:06 PM.
Details Summary Contrary to ELF, we don't add any markers that distinguish data generated with .long from normal instructions, so the .inst directive only adds compatibility with assembly that uses it.
Diff Detail Event Timeline
This revision is now accepted and ready to land.Jul 30 2018, 1:10 PM Closed by commit rL338355: [AArch64] Support the .inst directive for MachO and COFF targets (authored by mstorsjo). · Explain WhyJul 31 2018, 2:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 157763 lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
test/MC/AArch64/inst-directive-other.s
|
This comment doesn't make any sense: we don't use this codepath on targets with mapping symbols.