diff options
author | Siva Chandra Reddy <sivachandra@google.com> | 2023-03-12 08:21:50 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@google.com> | 2023-03-13 07:47:00 +0000 |
commit | 5b1ad43c2b40896efb06736a9ee4399dbda91fee (patch) | |
tree | 6f2180eb558714f7b48d3e96de41af1cef58e0a6 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | bb53249884367d4d8fb6a52bf248e02e5a0cc2df (diff) | |
download | llvm-5b1ad43c2b40896efb06736a9ee4399dbda91fee.zip llvm-5b1ad43c2b40896efb06736a9ee4399dbda91fee.tar.gz llvm-5b1ad43c2b40896efb06736a9ee4399dbda91fee.tar.bz2 |
[libc] Declare __dso_handle in the integration test instead of startup.
Fixes #61355. The __dso_handle decl was introduced incorrectly into the startup
objects during the integration test cleanup which moved the integration tests
away from using an artificial sysroot to using -nostdlib. Having it in the
startup creates the duplicate symbol error when one does not use -nostdlib.
Since this is an integration test only problem, it is meaningful to keep it in
the integration test anyway.
Differential Revision: https://reviews.llvm.org/D145898
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions