[PATCH] D102712: BPF: Add more relocation kinds
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 17:36:25 PDT 2021
yonghong-song added inline comments.
================
Comment at: llvm/test/CodeGen/BPF/reloc-2.ll:1
+; RUN: llc -march=bpfel -filetype=obj < %s | llvm-objdump -r - | FileCheck %s
+; RUN: llc -march=bpfeb -filetype=obj < %s | llvm-objdump -r - | FileCheck %s
----------------
MaskRay wrote:
> For REL `-r` is not sufficient for testing. You should check the implicit addends as well.
>
>
okay. Will check the instruction as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102712/new/
https://reviews.llvm.org/D102712
More information about the llvm-commits
mailing list