Changes from Git (git http://labmaster3.local/git/llvm-project.git)
Summary
[PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABI (details)
[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
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.