brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 13f8f67 Raw
5 lines · c
1/// Check that char is unsigned by default.2// RUN: %clang -### %s --target=xtensa -c 2>&1 | FileCheck %s3// CHECK: "-cc1" "-triple" "xtensa"4// CHECK-SAME: "-fno-signed-char"5