Description[compiler] Remove deprecated CompilationJob status.
The status FAILED and BAILED_OUT only distinguishes between whether an
exception is pending or not. Such a distinction is obsolete by now as
all callers check for pending exceptions directly. Also it is impossible
for any concurrent part of the job to actually set a pending exception,
hence even the assertion that the concurrent part does not return FAILED
is obsolete.
R=bmeurer@chromium.org
Committed: https://crrev.com/a1cd3cc8aa703e3bd21b380006b37b9f0229d63c
Cr-Commit-Position: refs/heads/master@{#35834}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 10 (5 generated)
|