diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-02-23 10:15:54 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-02-23 10:15:54 +0000 |
commit | 3cdf0d969a81bd0b293eda328a99e8cdfa272d74 (patch) | |
tree | a7b9aa90172cb8f973308cabd848ce9c3776edbf /lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py | |
parent | 1fdb280bec1ff9c41a3bdbc6b4385696aa7fe0be (diff) | |
download | bcm5719-llvm-3cdf0d969a81bd0b293eda328a99e8cdfa272d74.tar.gz bcm5719-llvm-3cdf0d969a81bd0b293eda328a99e8cdfa272d74.zip |
[ELF] - Report error if removed empty output section declaration used undefined symbols.
This is for fixing PR36297.
Issue itself is that if we have SECTIONS { .bar (a+b) : { *(.stub) } };
script and no section .stub, when LLD will remove .bar, but
produce output with undefined symbols a and b.
Differential revision: https://reviews.llvm.org/D43069
llvm-svn: 325875
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
0 files changed, 0 insertions, 0 deletions