HomeSort by relevance Sort by last modified time
    Searched refs:die_on_fail (Results 1 - 2 of 2) sorted by null

  /external/lldb/scripts/
checkpoint-llvm.pl 19 my $die_on_fail = @_ ? shift : undef;
25 $die_on_fail and $? and exit(1);
34 $die_on_fail and $? and exit(1);
43 $die_on_fail and exit(1);
build-llvm.pl 314 my $die_on_fail = @_ ? shift : undef;
320 $die_on_fail and $? and exit(1);
329 $die_on_fail and $? and exit(1);
338 $die_on_fail and exit(1);

Completed in 57 milliseconds