forked from OSchip/llvm-project
parent
c48f7c212e
commit
8062bf36b4
|
@ -23,6 +23,5 @@ MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, StringRef TT) {
|
|||
CommentString = "#";
|
||||
ZeroDirective = "\t.space\t";
|
||||
GPRel32Directive = "\t.gpword\t";
|
||||
HasSetDirective = false;
|
||||
WeakRefDirective = "\t.weak\t";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue