[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / arm-no-neg-immediates.c
blobf1e4d5f7906b8280f165eb7b7fe0a54db3d828cf
1 // RUN: %clang -target arm-none-gnueabi -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEFAULT
2 // RUN: %clang -target arm-none-gnueabi -mno-neg-immediates -### %s 2>&1 | FileCheck %s
4 // RUN: %clang -target aarch64-none-gnueabi -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEFAULT
5 // RUN: %clang -target aarch64-none-gnueabi -mno-neg-immediates -### %s 2>&1 | FileCheck %s
7 // CHECK: "-target-feature" "+no-neg-immediates"
8 // CHECK-DEFAULT-NOT: "+no-neg-immediates"