Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1191 Build 1191: arc lint + arc unit
Event Timeline
Comment Actions
LGTM. Thanks.
| llvm/unittests/Bitcode/BitReaderTest.cpp | ||
|---|---|---|
| 61 | Any error was just ignored before? What was the behavior on error? | |
| llvm/unittests/Bitcode/BitReaderTest.cpp | ||
|---|---|---|
| 61 | It looks like we would just fail the assertion in ErrorOr::getStorage(). | |
Any error was just ignored before? What was the behavior on error?