Displaying 2 results from an estimated 2 matches for "r198456".
2017 Sep 25
0
Errors linking with LLVM 5.0 - dump() missing
...y 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 have used
> (from 3.5 to 4.0).
The idea behind r198456 and the whole discussion in http://lists.llvm.org/pipermail/cfe-dev/2014-January/034323.html <http://lists.llvm.org/pipermail/cfe-dev/2014-January/034323.html> was that the dump() method are not available in release builds to safe code size. The dump methods can be included in the release bui...
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