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 223a288 commit 5d8cd98Copy full SHA for 5d8cd98
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -615,7 +615,7 @@ static unsigned getEntrySizeForKind(SectionKind Kind) {
615
/// DataSections.
616
static StringRef getSectionPrefixForGlobal(SectionKind Kind, bool IsLarge) {
617
if (Kind.isText())
618
- return IsLarge ? ".ltext" : ".text";
+ return ".text";
619
if (Kind.isReadOnly())
620
return IsLarge ? ".lrodata" : ".rodata";
621
if (Kind.isBSS())
0 commit comments