summaryrefslogtreecommitdiffstats
path: root/test/Driver/aarch64-features.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/aarch64-features.c')
-rw-r--r--test/Driver/aarch64-features.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Driver/aarch64-features.c b/test/Driver/aarch64-features.c
new file mode 100644
index 0000000..2acb715
--- /dev/null
+++ b/test/Driver/aarch64-features.c
@@ -0,0 +1,5 @@
+// RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
+
+// The AArch64 PCS states that chars should be unsigned.
+// CHECK: fno-signed-char
+
OpenPOWER on IntegriCloud