blob: 8d8cc3c68afec4190d58ffeb3f7c5776c4cbd131 [file] [log] [blame]
// RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
// RUN: %clang -target arm64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
// CHECK: "-munwind-tables"
// The AArch64 PCS states that chars should be unsigned.
// CHECK: fno-signed-char