mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Ooops, I was too fast to commit the wrong fix :(
llvm-svn: 78060
This commit is contained in:
parent
41ba9004b6
commit
10f01c8dd7
@ -25,10 +25,10 @@ namespace llvm {
|
|||||||
// That will allow not treating these as "directives".
|
// That will allow not treating these as "directives".
|
||||||
if (TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI()) {
|
if (TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI()) {
|
||||||
StaticCtorSection =
|
StaticCtorSection =
|
||||||
getOrCreateSection(".init_array,\"aw\",%init_array", false,
|
getOrCreateSection("\t.section .init_array,\"aw\",%init_array", true,
|
||||||
SectionKind::getDataRel());
|
SectionKind::getDataRel());
|
||||||
StaticDtorSection =
|
StaticDtorSection =
|
||||||
getOrCreateSection(".fini_array,\"aw\",%fini_array", false,
|
getOrCreateSection("\t.section .fini_array,\"aw\",%fini_array", true,
|
||||||
SectionKind::getDataRel());
|
SectionKind::getDataRel());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user