diff options
author | Peter Smith <peter.smith@linaro.org> | 2019-01-16 12:09:13 +0000 |
---|---|---|
committer | Peter Smith <peter.smith@linaro.org> | 2019-01-16 12:09:13 +0000 |
commit | 13d134684fe37139e9b44d471026ad069332c69e (patch) | |
tree | a2759ce8a13467680ee17ca7c68cd557e62ab11a /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | |
parent | 3ec170c85a996708638218816ac08af7c6dbb567 (diff) | |
download | bcm5719-llvm-13d134684fe37139e9b44d471026ad069332c69e.tar.gz bcm5719-llvm-13d134684fe37139e9b44d471026ad069332c69e.zip |
[ELF] Implement option to force PIC compatible Thunks
By default LLD will generate position independent Thunks when the --pie or
--shared option is used. Reference to absolute addresses is permitted in
other cases. For some embedded systems position independent thunks are
needed for code that executes before the MMU has been set up. The option
--pic-veneer is used by ld.bfd to force position independent thunks.
The patch adds --pic-veneer as the option is needed for the Linux kernel
on Arm.
fixes pr39886
Differential Revision: https://reviews.llvm.org/D55505
llvm-svn: 351326
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py')
0 files changed, 0 insertions, 0 deletions