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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Driver
/
riscv-sdata.c
blob
84cd109813db4cae3d9301c495088aec43d52caf
1
// RUN: %clang -### -S --target=riscv64 %s 2>&1 | FileCheck %s
2
// RUN: %clang -### -S --target=riscv64 -msmall-data-limit=8 %s 2>&1 | FileCheck %s --check-prefix=EIGHT
3
4
// CHECK-NOT: "-msmall-data-limit"
5
// EIGHT: "-msmall-data-limit" "8"