diff options
author | Kit Barton <kbarton@ca.ibm.com> | 2018-08-27 19:53:19 +0000 |
---|---|---|
committer | Kit Barton <kbarton@ca.ibm.com> | 2018-08-27 19:53:19 +0000 |
commit | 997165b26925dd35232e2e75b6f7c25bdc4a6513 (patch) | |
tree | 8f68c68b07a2c66c70c150464001bec4b17b0cc4 /clang/test/Coverage/targets.c | |
parent | dd4c14e4dd7b5fd6faba00d75f4cf735d37ab9e2 (diff) | |
download | bcm5719-llvm-997165b26925dd35232e2e75b6f7c25bdc4a6513.tar.gz bcm5719-llvm-997165b26925dd35232e2e75b6f7c25bdc4a6513.zip |
[PPC] Remove Darwin support from POWER backend.
This patch removes uses of the Darwin ABI for PowerPC related test cases. This
is the first step in removing Darwin support from the POWER backend.
clang/test/CodeGen/darwin-ppc-varargs.c was deleted because it was a darwin/ppc
specific test case.
All other tests were updated to remove the darwin/ppc specific invocation.
Phabricator Review: https://reviews.llvm.org/D50989.
llvm-svn: 340770
Diffstat (limited to 'clang/test/Coverage/targets.c')
-rw-r--r-- | clang/test/Coverage/targets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Coverage/targets.c b/clang/test/Coverage/targets.c index 58c635ae74e..b95ecd9b902 100644 --- a/clang/test/Coverage/targets.c +++ b/clang/test/Coverage/targets.c @@ -5,9 +5,7 @@ // RUN: %clang_cc1 -debug-info-kind=limited -triple i686-unknown-dragonfly -emit-llvm -o %t %s // RUN: %clang_cc1 -debug-info-kind=limited -triple i686-unknown-unknown -emit-llvm -o %t %s // RUN: %clang_cc1 -debug-info-kind=limited -triple i686-unknown-win32 -emit-llvm -o %t %s -// RUN: %clang_cc1 -debug-info-kind=limited -triple powerpc-apple-darwin9 -emit-llvm -o %t %s // RUN: %clang_cc1 -debug-info-kind=limited -triple powerpc-unknown-unknown -emit-llvm -o %t %s -// RUN: %clang_cc1 -debug-info-kind=limited -triple powerpc64-apple-darwin9 -emit-llvm -o %t %s // RUN: %clang_cc1 -debug-info-kind=limited -triple powerpc64-unknown-unknown -emit-llvm -o %t %s // RUN: %clang_cc1 -debug-info-kind=limited -triple sparc-unknown-solaris -emit-llvm -o %t %s // RUN: %clang_cc1 -debug-info-kind=limited -triple sparc-unknown-unknown -emit-llvm -o %t %s |