mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fix a typo - this unbreaks llvm-gcc build on arm
llvm-svn: 78059
This commit is contained in:
parent
04035adc46
commit
41ba9004b6
@ -25,10 +25,10 @@ namespace llvm {
|
||||
// That will allow not treating these as "directives".
|
||||
if (TM.getSubtarget<ARMSubtarget>().isAAPCS_ABI()) {
|
||||
StaticCtorSection =
|
||||
getOrCreateSection("\t.section .init_array,\"aw\",%init_array", false,
|
||||
getOrCreateSection(".init_array,\"aw\",%init_array", false,
|
||||
SectionKind::getDataRel());
|
||||
StaticDtorSection =
|
||||
getOrCreateSection("\t.section .fini_array,\"aw\",%fini_array", false,
|
||||
getOrCreateSection(".fini_array,\"aw\",%fini_array", false,
|
||||
SectionKind::getDataRel());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user