mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Update CMake build, unbreak linux build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79779 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ec2e6b586
commit
ecf046b86d
@ -1,4 +1,7 @@
|
||||
add_llvm_library(LLVMMC
|
||||
MCAsmInfo.cpp
|
||||
MCAsmInfoCOFF.cpp
|
||||
MCAsmInfoDarwin.cpp
|
||||
MCAsmLexer.cpp
|
||||
MCAsmParser.cpp
|
||||
MCAsmStreamer.cpp
|
||||
|
@ -1,9 +1,6 @@
|
||||
add_llvm_library(LLVMTarget
|
||||
COFFTargetAsmInfo.cpp
|
||||
DarwinTargetAsmInfo.cpp
|
||||
SubtargetFeature.cpp
|
||||
Target.cpp
|
||||
TargetAsmInfo.cpp
|
||||
TargetData.cpp
|
||||
TargetELFWriterInfo.cpp
|
||||
TargetFrameInfo.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";
|
||||
|
Loading…
Reference in New Issue
Block a user