[PATCH] D103539: RISCV: adjust handling of relocation emission for RISCV
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 15 10:10:17 PDT 2021
compnerd added inline comments.
================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp:18
+#include <utility>
+
using namespace llvm;
----------------
nickdesaulniers wrote:
> Unused?
Ugh, I missed this :-(; Yes, it is now unused, at one point I was using it for `std::pair`. Thanks for pointing that out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103539/new/
https://reviews.llvm.org/D103539
More information about the llvm-commits
mailing list