summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-10-10 15:33:09 +0000
committerYonghong Song <yhs@fb.com>2019-10-10 15:33:09 +0000
commitd46a6a9e6865ef71f754d8bcaae5205cf484856d (patch)
tree08aadd8d663a62a88d6fbad47898da3c93330baa /lldb/packages/Python/lldbsuite/test/python_api/debugger
parent4abac53302775af3c5ed396883207b5b45ba030f (diff)
downloadbcm5719-llvm-d46a6a9e6865ef71f754d8bcaae5205cf484856d.tar.gz
bcm5719-llvm-d46a6a9e6865ef71f754d8bcaae5205cf484856d.zip
[BPF] Remove relocation for patchable externs
Previously, patchable extern relocations are introduced to patch external variables used for multi versioning in compile once, run everywhere use case. The load instruction will be converted into a move with an patchable immediate which can be changed by bpf loader on the host. The kernel verifier has evolved and is able to load and propagate constant values, so compiler relocation becomes unnecessary. This patch removed codes related to this. Differential Revision: https://reviews.llvm.org/D68760 llvm-svn: 374367
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud