mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
second half of commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b67bb1922
commit
09652df5fc
@ -28,8 +28,8 @@ extern "C" void LLVMInitializePowerPCTarget() {
|
||||
|
||||
const TargetAsmInfo *PPCTargetMachine::createTargetAsmInfo() const {
|
||||
if (Subtarget.isDarwin())
|
||||
return new PPCDarwinTargetAsmInfo(*this);
|
||||
return new PPCLinuxTargetAsmInfo(*this);
|
||||
return new PPCDarwinTargetAsmInfo(Subtarget.isPPC64());
|
||||
return new PPCLinuxTargetAsmInfo(Subtarget.isPPC64());
|
||||
}
|
||||
|
||||
PPCTargetMachine::PPCTargetMachine(const Target &T, const std::string &TT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user