This change also defines a relocatable wasm file as one that contains a
linking metadata section. This will allow tools such as lld to recognize
suitable input files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
otherwise LGTM
tools/llvm-objdump/llvm-objdump.cpp | ||
---|---|---|
1085 ↗ | (On Diff #104051) | LLVM style is "don't use else after return" (http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return) |
tools/llvm-objdump/llvm-objdump.cpp | ||
---|---|---|
1085 ↗ | (On Diff #104051) | BTW I do like that you're adding the error case on fall though; I guess you could pretty much just remove all the elses and leave the ifs, and get the same thing. |