Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1104 Build 1104: arc lint + arc unit
Event Timeline
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
4362 ↗ | (On Diff #77291) | Returning Error::success with a conversion to Expected seems to trigger an assertion. |
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
4362 ↗ | (On Diff #77291) | It seems that what we want to do here is return "", since we didn't encounter any errors but did not find an identification. |