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 02a1fa7 commit 254acf6Copy full SHA for 254acf6
lld/ELF/Config.h
@@ -123,7 +123,7 @@ enum class SortSectionPolicy {
123
enum class Target2Policy { Abs, Rel, GotRel };
124
125
// For tracking ARM Float Argument PCS
126
-enum class ARMVFPArgKind { Default, Base, VFP, ToolChain };
+enum class ARMVFPArgKind {Default, Base, VFP, ToolChain};
127
128
// For -z noseparate-code, -z separate-code and -z separate-loadable-segments.
129
enum class SeparateSegmentKind { None, Code, Loadable };
0 commit comments