Skip to content

Commit 90fd2fc

Browse files
Update lld/MachO/BPSectionOrderer.cpp
Co-authored-by: Ellis Hoag <[email protected]>
1 parent 2170708 commit 90fd2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/BPSectionOrderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static uint64_t getUnwindInfoEncodingHash(const InputSection *isec) {
7878
cu.relocateOneCompactUnwindEntry(d);
7979
if (cu.lsda)
8080
return xxHash64("HAS LSDA");
81-
StringRef name = (cu.personality) ? cu.personality->getName() : "<null>";
81+
StringRef name = cu.personality ? cu.personality->getName() : "<null>";
8282
return xxHash64((name + ";" + Twine::utohexstr(cu.encoding)).str());
8383
}
8484
}

0 commit comments

Comments
 (0)