We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2170708 commit 90fd2fcCopy full SHA for 90fd2fc
lld/MachO/BPSectionOrderer.cpp
@@ -78,7 +78,7 @@ static uint64_t getUnwindInfoEncodingHash(const InputSection *isec) {
78
cu.relocateOneCompactUnwindEntry(d);
79
if (cu.lsda)
80
return xxHash64("HAS LSDA");
81
- StringRef name = (cu.personality) ? cu.personality->getName() : "<null>";
+ StringRef name = cu.personality ? cu.personality->getName() : "<null>";
82
return xxHash64((name + ";" + Twine::utohexstr(cu.encoding)).str());
83
}
84
0 commit comments