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
- Repository
- rL LLVM
Event Timeline
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp | ||
---|---|---|
47 ↗ | (On Diff #157763) | This comment doesn't make any sense: we don't use this codepath on targets with mapping symbols. |
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp | ||
---|---|---|
47 ↗ | (On Diff #157763) | Oh, indeed, I had meant to keep it for the endianness part. |