Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9bb857a4f1aec1c33d599672defb46b98d792719
/
.
/
clang
/
test
/
Driver
/
aarch64-features.c
blob: 2acb7157f6c55e223f0a5ea3ab843d0564f52d32 [
file
] [
log
] [
blame
]
Tim Northover
9bb857a
2013-01-31 12:13:10 +0000
[
diff
] [
blame^
]
1
// RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
2
3
// The AArch64 PCS states that chars should be unsigned.
4
// CHECK: fno-signed-char
5