[PowerPC] Do not special case Darwin on PowerPC in target cpu handling
authorstevewan <wan.yu@ibm.com>
Fri, 5 Jun 2020 23:54:00 +0000 (19:54 -0400)
committerSteven Wan <wanyu9511@gmail.com>
Fri, 5 Jun 2020 23:55:28 +0000 (19:55 -0400)
commit61cd264068ee77ae4e7a503ecd93f0d9fc6120c8
treedc8f5c6503abe5f450fc1bf87babb6f92121c17b
parent32c09d527c266090e0eac34dbc787d327b343285
[PowerPC] Do not special case Darwin on PowerPC in target cpu handling

Summary: This patch removes the special handling for Darwin on PowerPC in the default target cpu handling, because Darwin is no longer supported on the PowerPC platform.

Reviewers: hubert.reinterpretcast, daltenty

Reviewed By: hubert.reinterpretcast

Subscribers: wuzish, nemanjai, shchenz, steven.zhang, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D81115
clang/lib/Driver/ToolChains/CommonArgs.cpp