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 dc3a9ca commit a331ddaCopy full SHA for a331dda
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