Changes

Changes from Git (git http://labmaster3.local/git/llvm-project.git)

Summary

  1. [PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABI (details)
  2. [lldb/tools] Update lldb-test's system initializer (details)
Commit 8e1f0974c280540ec516ac16678c2c582ffb6705 by i
[PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABI
http://lists.llvm.org/pipermail/llvm-dev/2018-August/125614.html
developers have agreed to remove Darwin support from POWER backends.
Reviewed By: sfertile
Differential Revision: https://reviews.llvm.org/D72067
The file was modifiedllvm/lib/Target/PowerPC/PPC.h
The file was modifiedllvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCInstrInfo.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCISelLowering.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCFrameLowering.cpp
The file was removedllvm/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
The file was modifiedllvm/lib/Target/PowerPC/PPCMCInstLower.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCSubtarget.cpp
The file was modifiedllvm/lib/Target/PowerPC/PPCSubtarget.h
Commit cf263807a6c0a6989476ae9d44a21a657e048c94 by Jonas Devlieghere
[lldb/tools] Update lldb-test's system initializer
After a731c6ba94d0 the initializer only has to call the PlatformMacOSX
to initialize all the macOS platforms.
The file was modifiedlldb/tools/lldb-test/SystemInitializerTest.cpp