diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-11 05:44:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-11 05:44:49 +0000 |
commit | a09e8efd1f8b9cbfd5775867100877be176266d7 (patch) | |
tree | 4b329cec16e5b77a1c46ef5c1ddcb5bafe224759 /clang/test/Coverage | |
parent | 1ef5e84c31dfe61abc0679026131f04472d98a13 (diff) | |
download | bcm5719-llvm-a09e8efd1f8b9cbfd5775867100877be176266d7.tar.gz bcm5719-llvm-a09e8efd1f8b9cbfd5775867100877be176266d7.zip |
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
it comes back, it will be largely a rewrite, so keeping the old codebase
in tree isn't helping anyone.
llvm-svn: 116191
Diffstat (limited to 'clang/test/Coverage')
-rw-r--r-- | clang/test/Coverage/targets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Coverage/targets.c b/clang/test/Coverage/targets.c index c9f6f8d88d5..d2a111241cb 100644 --- a/clang/test/Coverage/targets.c +++ b/clang/test/Coverage/targets.c @@ -6,7 +6,6 @@ // RUN: %clang_cc1 -g -triple i686-unknown-dragonfly -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple i686-unknown-unknown -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple i686-unknown-win32 -emit-llvm -o %t %s -// RUN: %clang_cc1 -g -triple pic16-unknown-unknown -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple powerpc-apple-darwin9 -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple powerpc-unknown-unknown -emit-llvm -o %t %s // RUN: %clang_cc1 -g -triple powerpc64-apple-darwin9 -emit-llvm -o %t %s |