Storing the source location of the expression that created a constant pool entry allows us to emit better error messages if we later discover that the expression cannot be represented by a relocation.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D14646
[ARM,AArch64] Store source location of asm constant pool entries ClosedPublic Authored by olista01 on Nov 13 2015, 3:01 AM.
Details Summary Storing the source location of the expression that created a constant pool entry allows us to emit better error messages if we later discover that the expression cannot be represented by a relocation.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 16 2015, 8:15 AM Closed by commit rL253220: [ARM,AArch64] Store source location of asm constant pool entries (authored by olista01). · Explain WhyNov 16 2015, 8:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40130 include/llvm/MC/ConstantPools.h
include/llvm/MC/MCStreamer.h
lib/MC/ConstantPools.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
|