search for: e8df7fa2

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

2013 Sep 24
0
[LLVMdev] LLD: Returning true on success
On 9/24/2013 2:33 PM, Rui Ueyama wrote: > Hi LLD developers, > > I'm about to make a change to invert the return value of > Driver::parse() to return true on success. Currently it returns false > on success. You have to be a bit careful here, as the return from parse is used as a exit code from lld. The Unix shell interprets 0 (false as success) as 1(true as failure). It
2013 Sep 24
5
[LLVMdev] LLD: Returning true on success
Hi LLD developers, I'm about to make a change to invert the return value of Driver::parse() to return true on success. Currently it returns false on success. In many other functions, we return true to indicate success and false to indicate failure. The inconsistency is confusing, and fixing it should improve code readability. -------------- next part -------------- An HTML attachment was