Displaying 2 results from an estimated 2 matches for "5e15454e".
2017 Sep 25
0
Errors linking with LLVM 5.0 - dump() missing
...> LLVM Developers mailing list
>>> llvm-dev at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170925/5e15454e/attachment.html>
2017 Sep 25
2
Errors linking with LLVM 5.0 - dump() missing
Hi Matthias,
On 25 September 2017 at 22:43, Matthias Braun <mbraun at apple.com> wrote:
> The dump() methods are only meant to be used in debuggers and are only available in debug builds of LLVM. There are often similar print() methods available though.
>
I am not sure how this is the case seeing that the dump() function has
been working in release builds in all the LLVM releases I