summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/CMakeLists.txt3
-rw-r--r--llvm/lib/Target/Mips/MipsMCAsmInfo.cpp2
2 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Target/CMakeLists.txt b/llvm/lib/Target/CMakeLists.txt
index a21ccd590c7..888c1a3c00e 100644
--- a/llvm/lib/Target/CMakeLists.txt
+++ b/llvm/lib/Target/CMakeLists.txt
@@ -1,9 +1,6 @@
add_llvm_library(LLVMTarget
- COFFTargetAsmInfo.cpp
- DarwinTargetAsmInfo.cpp
SubtargetFeature.cpp
Target.cpp
- TargetAsmInfo.cpp
TargetData.cpp
TargetELFWriterInfo.cpp
TargetFrameInfo.cpp
diff --git a/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp b/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp
index d0bd87c21f1..60ef1c9e4fe 100644
--- a/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp
+++ b/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp
@@ -19,7 +19,7 @@ MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, const StringRef &TT) {
COMMDirectiveTakesAlignment = true;
Data16bitsDirective = "\t.half\t";
Data32bitsDirective = "\t.word\t";
- Data64bitsDirective = NULL;
+ Data64bitsDirective = 0;
PrivateGlobalPrefix = "$";
CommentString = "#";
ZeroDirective = "\t.space\t";
OpenPOWER on IntegriCloud