| commit | e698958ad8031e0f17202e06f5de53989852bb66 | [log] [tgz] |
|---|---|---|
| author | Yonghong Song <yhs@fb.com> | Sun May 26 21:26:06 2019 +0000 |
| committer | Yonghong Song <yhs@fb.com> | Sun May 26 21:26:06 2019 +0000 |
| tree | 0895521bb9b8c45c0fefb97fcecce7b728ecccc1 | |
| parent | ba447bae7448435c9986eece0811da1423972fdd [diff] |
[BPF] generate R_BPF_NONE relocation for BTF DataSec variables The variables in BTF DataSec type encode in-section offset. R_BPF_NONE should be generated instead of R_BPF_64_32. Signed-off-by: Yonghong Song <yhs@fb.com> Differential Revision: https://reviews.llvm.org/D62460 llvm-svn: 361742