Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 15590 Build 15590: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
wasm/Writer.cpp | ||
---|---|---|
669 | If you change this line to } else { auto *D = cast<DefinedData>(Sym); then you can remove the following llvm_unreachable. |
If you change this line to
then you can remove the following llvm_unreachable.