We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38080c0 commit 0afca4bCopy full SHA for 0afca4b
lib/Target/LM32/MCTargetDesc/LM32MCAsmInfo.cpp
@@ -22,6 +22,7 @@ LM32MCAsmInfo::LM32MCAsmInfo(const Target &T, StringRef TT)
22
// AlignmentIsInBytes = false;
23
AlignmentIsInBytes = true;
24
PrivateGlobalPrefix = ".L";
25
+ WeakRefDirective = "\t.weak\t";
26
GPRel32Directive = "\t.gpword\t";
27
28
// Uses '.section' before '.bss' directive
0 commit comments