search for: r293359

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

Did you mean: 293359
2017 Sep 25
0
Errors linking with LLVM 5.0 - dump() missing
...safe code size. The dump methods can be included in the release builds anyway by enabling LLVM_ENABLE_DUMP. The actual implementation of this policy however lacked and depending on which dump() method you looked you would find a different pattern of when it is disable/enabled; I cleaned this up in r293359 <https://llvm.org/svn/llvm-project/llvm/trunk at 293359> so all dump methods are enabled/disabled consistenly. In any case if your client code uses dump() methods then I'd recommend to change it. - Matthias > >> >>> On Sep 25, 2017, at 11:40 AM, Dibyendu Majumdar vi...
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