Displaying 3 results from an estimated 3 matches for "3108ff25".
2004 Apr 01
0
[LLVMdev] Verifier & abort()
On Thu, Apr 01, 2004 at 05:54:27PM -0800, Reid Spencer wrote:
> Would anyone mind if I changed the Verifier to allow installation of a
> failure handler function that defaults to abort()? I would also like
> to change the verifier to print to an arbitrary iostream instead of
> always to std::cerr. This will help me capture the verifier's output
> and produce it to the user
2004 Apr 01
3
[LLVMdev] Verifier & abort()
Hi,
Through some fat fingered typing of my own, I've run into some LLVM
Verifier failures recently. I've noticed that the basic action the
Verifier takes is to print some messages and then call abort(). The XPL
Compiler is written as a compile server. It can take requests to compile
multiple files from different sources. Therefore, abort() isn't
particularly friendly in this
2004 Apr 01
4
[LLVMdev] Verifier & abort()
...ks) before deciding to abort.
Reid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040401/3108ff25/attachment.sig>