repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64][GlobalISel] Add disjoint handling for add_and_or_is_add. (#123594)
[llvm-project.git]
/
clang
/
test
/
Driver
/
xtensa-char.c
blob
13f8f67727e75d12fcf35685b7725dbce52d73d0
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"