search for: d33856

Displaying 2 results from an estimated 2 matches for "d33856".

Did you mean: 33856
2017 Jun 03
2
Providing __dso_handle in LLVM
...e Fuchsia differs in this regard, so it wasn't a true > single point of truth. > > Defining __dso_handle when using fuchsia emulation should only be a couple > lines of code in LLD, right? > It's actually pretty straightforward to do this in LLD, see https://reviews.llvm.org/D33856. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170603/d686d62c/attachment-0001.html>
2017 Jun 02
6
Providing __dso_handle in LLVM
This is a followup to the discussion that started in D28791. To provide the context, we need a way to provide __dso_handle in Fuchsia. __dso_handle symbol is mandated by C++ ABI with a value which is an address in one of the object's segments, and as such this symbol has to be included statically and cannot be a part of a shared library. Different systems provide it differently: 1. On