brintos

brintos / llvm-project-archived public Read only

0
0
Text · 448 B · 26c70c8 Raw
9 lines · c
1// RUN: %clang -target arm-none-gnueabi -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEFAULT2// RUN: %clang -target arm-none-gnueabi -mno-neg-immediates -### %s 2>&1 | FileCheck %s3 4// RUN: %clang --target=aarch64 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEFAULT5// RUN: %clang --target=aarch64 -mno-neg-immediates -### %s 2>&1 | FileCheck %s6 7// CHECK: "-target-feature" "+no-neg-immediates"8// CHECK-DEFAULT-NOT: "+no-neg-immediates"9