[PATCH] D45773: [RISCV] Don't fold symbol diff

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 02:13:20 PDT 2018


asb accepted this revision.
asb added a comment.

Looks good to me, thanks!



================
Comment at: include/llvm/MC/MCObjectStreamer.h:172
+private:
+  Optional<uint64_t> absoluteSymbolDiff(const MCSymbol *hi,
+                                        const MCSymbol *Lo);
----------------
hi -> Hi


https://reviews.llvm.org/D45773





More information about the llvm-commits mailing list