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 |
James Molloy | afc352c | 2014-04-16 15:33:56 +0000 | [diff] [blame] | 2 | // RUN: %clang -target arm64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s |
Tim Northover | 9bb857a | 2013-01-31 12:13:10 +0000 | [diff] [blame] | 3 | |
4 | // The AArch64 PCS states that chars should be unsigned. | ||||
5 | // CHECK: fno-signed-char | ||||
6 |