Index: lld/trunk/ELF/Target.h =================================================================== --- lld/trunk/ELF/Target.h +++ lld/trunk/ELF/Target.h @@ -122,7 +122,7 @@ // A 4-byte field corresponding to one or more trap instructions, used to pad // executable OutputSections. - std::array TrapInstr = {0, 0, 0, 0}; + std::array TrapInstr; // If a target needs to rewrite calls to __morestack to instead call // __morestack_non_split when a split-stack enabled caller calls a