Displaying 1 result from an estimated 1 matches for "1000344".
Did you mean:
1000342
2008 Sep 09
2
[LLVMdev] Integer questions
On Sep 8, 2008, at 4:30 PM, OvermindDL1 wrote:
>> The Verifier pass is recommended; it catches a lot of
>> invalid stuff and be configured to abort, print an error to
>> stderr, or return an error status and message string.
>>
>> It doesn't catch everything though; codegen's error
>> handling today is usually an assertion failure, assuming
>>