Home | History | Annotate | Download | only in Driver
      1 // RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
      2 // RUN: %clang -target arm64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
      3 
      4 // The AArch64 PCS states that chars should be unsigned.
      5 // CHECK: fno-signed-char
      6 
      7