
This matches GCC. Partially addresses https://github.com/llvm/llvm-project/pull/115964 Pull Request: https://github.com/llvm/llvm-project/pull/115967
5 lines
176 B
C
5 lines
176 B
C
/// Check that char is unsigned by default.
|
|
// RUN: %clang -### %s --target=xtensa -c 2>&1 | FileCheck %s
|
|
// CHECK: "-cc1" "-triple" "xtensa"
|
|
// CHECK-SAME: "-fno-signed-char"
|