commit | ecf046b86d1fa372b30f5a8cbcef04a52058b175 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Aug 22 22:07:08 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Aug 22 22:07:08 2009 +0000 |
tree | 1a81c8e4baa0eff8714836fe67b1d0b4dab4505c | |
parent | 5ec2e6b586bf4029763711d6860b57d312eb2d2e [diff] [blame] |
Update CMake build, unbreak linux build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79779 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsMCAsmInfo.cpp b/lib/Target/Mips/MipsMCAsmInfo.cpp index d0bd87c..60ef1c9 100644 --- a/lib/Target/Mips/MipsMCAsmInfo.cpp +++ b/lib/Target/Mips/MipsMCAsmInfo.cpp
@@ -19,7 +19,7 @@ COMMDirectiveTakesAlignment = true; Data16bitsDirective = "\t.half\t"; Data32bitsDirective = "\t.word\t"; - Data64bitsDirective = NULL; + Data64bitsDirective = 0; PrivateGlobalPrefix = "$"; CommentString = "#"; ZeroDirective = "\t.space\t";