Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
Comment Actions
LGTM
wasm/Writer.cpp | ||
---|---|---|
753 | 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.