Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. Thanks.
llvm/unittests/Bitcode/BitReaderTest.cpp | ||
---|---|---|
61 ↗ | (On Diff #77664) | Any error was just ignored before? What was the behavior on error? |
llvm/unittests/Bitcode/BitReaderTest.cpp | ||
---|---|---|
61 ↗ | (On Diff #77664) | It looks like we would just fail the assertion in ErrorOr::getStorage(). |