Skip to content

Commit 0afca4b

Browse files
author
JP Bonn
committedDec 4, 2012
Corrected .weak handling.
1 parent 38080c0 commit 0afca4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/Target/LM32/MCTargetDesc/LM32MCAsmInfo.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LM32MCAsmInfo::LM32MCAsmInfo(const Target &T, StringRef TT)
2222
// AlignmentIsInBytes = false;
2323
AlignmentIsInBytes = true;
2424
PrivateGlobalPrefix = ".L";
25+
WeakRefDirective = "\t.weak\t";
2526
GPRel32Directive = "\t.gpword\t";
2627

2728
// Uses '.section' before '.bss' directive

0 commit comments

Comments
 (0)
Please sign in to comment.