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 e9a0743 commit 4e52983Copy full SHA for 4e52983
lld/ELF/MarkLive.cpp
@@ -45,7 +45,7 @@ using namespace lld::elf;
45
46
namespace {
47
48
-using SecOffset = std::pair<InputSectionBase*, unsigned>;
+using SecOffset = std::pair<InputSectionBase *, unsigned>;
49
50
// Something that can have an independent reason for being live.
51
using LiveObject = std::variant<InputSectionBase *, Symbol *, SecOffset>;
0 commit comments