[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / riscv-sdata.c
blob84cd109813db4cae3d9301c495088aec43d52caf
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
4 // CHECK-NOT: "-msmall-data-limit"
5 // EIGHT: "-msmall-data-limit" "8"