diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-09-30 00:06:24 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-09-30 00:06:24 +0000 |
commit | 317c339f61d8546347a545ae442538a0b5f2a61a (patch) | |
tree | ed3ebe83d4f58a335fb11eae88d3074f427d2aa3 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c | |
parent | 877ccee8cc60ec54867ecdf535c710dc833f4888 (diff) | |
download | bcm5719-llvm-317c339f61d8546347a545ae442538a0b5f2a61a.tar.gz bcm5719-llvm-317c339f61d8546347a545ae442538a0b5f2a61a.zip |
Don't depend on lld creating space for the headers.
Currently lld will implicitly reserve space for the headers. This is
not the case is bfd, where it is the script responsibility to use
SIZEOF_HEADERS. This means that a script not using SIZEOF_HEADERS and
expecting the address of the first section to be 0 would fail with lld.
I am fixing that is the next commit. This one just makes the tests
explicitly use SIZEOF_HEADERS to avoid the dependency on the current
behaviour.
llvm-svn: 282814
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c')
0 files changed, 0 insertions, 0 deletions