[PATCH] D103539: RISCV: adjust handling of relocation emission for RISCV
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 14:54:53 PDT 2021
nickdesaulniers added a comment.
With Diff 351900 of this patch applied, a RISCV build of the mainline Linux kernel with `LLVM=1 LLVM_IAS=1` builds and boots. This patch resolves https://github.com/ClangBuiltLinux/linux/issues/1023 for me.
================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp:18
+#include <utility>
+
using namespace llvm;
----------------
Unused?
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