commit | 37d22d92dfd03ddad9a0d42c6cbceeea371b1d03 | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanak@gmail.com> | Wed May 25 23:30:30 2011 +0000 |
committer | Akira Hatanaka <ahatanak@gmail.com> | Wed May 25 23:30:30 2011 +0000 |
tree | ffb10beb3e0d623af92d3e7530b3b81722507253 | |
parent | a831a9b972f1b4fa4f3457acf303abbfc71c1ede [diff] [blame] |
Define WeakRefDirective. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132098 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsMCAsmInfo.cpp b/lib/Target/Mips/MipsMCAsmInfo.cpp index fe48ab7..ca00463 100644 --- a/lib/Target/Mips/MipsMCAsmInfo.cpp +++ b/lib/Target/Mips/MipsMCAsmInfo.cpp
@@ -24,4 +24,5 @@ ZeroDirective = "\t.space\t"; GPRel32Directive = "\t.gpword\t"; HasSetDirective = false; + WeakRefDirective = "\t.weak\t"; }