[AArch64][GlobalISel] Add disjoint handling for add_and_or_is_add. (#123594)
[llvm-project.git] / clang / test / Driver / xtensa-char.c
blob13f8f67727e75d12fcf35685b7725dbce52d73d0
1 /// Check that char is unsigned by default.
2 // RUN: %clang -### %s --target=xtensa -c 2>&1 | FileCheck %s
3 // CHECK: "-cc1" "-triple" "xtensa"
4 // CHECK-SAME: "-fno-signed-char"