blob: 84cd109813db4cae3d9301c495088aec43d52caf [file] [log] [blame]
// RUN: %clang -### -S --target=riscv64 %s 2>&1 | FileCheck %s
// RUN: %clang -### -S --target=riscv64 -msmall-data-limit=8 %s 2>&1 | FileCheck %s --check-prefix=EIGHT
// CHECK-NOT: "-msmall-data-limit"
// EIGHT: "-msmall-data-limit" "8"