6 lines · c
1// RUN: %clang -### -S --target=riscv64 %s 2>&1 | FileCheck %s2// RUN: %clang -### -S --target=riscv64 -msmall-data-limit=8 %s 2>&1 | FileCheck %s --check-prefix=EIGHT3 4// CHECK-NOT: "-msmall-data-limit"5// EIGHT: "-msmall-data-limit" "8"6