summaryrefslogtreecommitdiffstats
path: root/test/Sema/varargs-aix.c
diff options
context:
space:
mode:
authorJason Liu <jasonliu.development@gmail.com>2019-03-13 17:57:23 +0000
committerJason Liu <jasonliu.development@gmail.com>2019-03-13 17:57:23 +0000
commit82ec7d957feed5e1195f4a4adf979d0891ba75ab (patch)
tree45e0a0db5d1efa57533ed420c9c937f548726173 /test/Sema/varargs-aix.c
parent541c705c691ec5bb873e8220f8d700849e2f5df5 (diff)
Revert "Add AIX Target Info"
This reverts commit 4e192d0e1e72ce32fabf1bccc06ac31ab5385e78. The newly added test case max_align.c do not work on all platforms. original llvm-svn: 356060 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/varargs-aix.c')
-rw-r--r--test/Sema/varargs-aix.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Sema/varargs-aix.c b/test/Sema/varargs-aix.c
deleted file mode 100644
index 5aaa209069..0000000000
--- a/test/Sema/varargs-aix.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc-ibm-aix
-// RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc64-ibm-aix
-// expected-no-diagnostics
-
-extern __builtin_va_list ap;
-extern char *ap;