search for: d91ff4d2

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

Did you mean: 994ff4d2
2017 Sep 25
0
Errors linking with LLVM 5.0 - dump() missing
...JIT use case. > > Unless there is an equivalent alternative to dump() that is always > available. > > > Regards > > Dibyendu > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170925/d91ff4d2/attachment-0001.html>
2017 Sep 25
2
Errors linking with LLVM 5.0 - dump() missing
Hi Don, On 25 September 2017 at 22:29, Don Hinton <hintonda at gmail.com> wrote: > Thanks for reporting this. > > Looks like this one was missed -- the declaration should have been #ifdef'd > away along with the definition. A quick grep indicates there are a number > of them that need to be fixed. > > Here's the original commit: > > commit