brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · 84cd109 Raw
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