From 965e0c6de25ff985c56563fba5ccf7c937fda132 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sat, 3 Dec 2011 23:49:37 +0000 Subject: Emit the ctors in the proper order on ARM/EABI. Maybe some targets should use this as well. Patch by Evgeniy Stepanov! llvm-svn: 145781 --- llvm/lib/MC/MCAsmInfoDarwin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/MC/MCAsmInfoDarwin.cpp') diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp index ec1d3b141a9..24f1243cfc4 100644 --- a/llvm/lib/MC/MCAsmInfoDarwin.cpp +++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp @@ -39,7 +39,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { ZeroDirective = "\t.space\t"; // ".space N" emits N zeros. HasMachoZeroFillDirective = true; // Uses .zerofill HasMachoTBSSDirective = true; // Uses .tbss - StructorOutputOrder = Structors::PriorityOrder; HasStaticCtorDtorReferenceInStaticMode = true; CodeBegin = "L$start$code$"; -- cgit v1.2.3