[PATCH] D113241: [lld-macho][nfc] rename parsed-section types & variables
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 12:42:38 PST 2021
oontvoo accepted this revision.
oontvoo added inline comments.
================
Comment at: lld/MachO/InputSection.cpp:80
default:
- llvm_unreachable("Section type");
+ llvm_unreachable("ParsedSection type");
}
----------------
thevinster wrote:
> Missed this part?
right :) maybe just print the invalid type here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113241/new/
https://reviews.llvm.org/D113241
More information about the llvm-commits
mailing list