[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / woa-crypto.c
blob5670f2417b09e2091fcb5dc3c8a5032cadc400c2
1 // RUN: %clang -target arm-windows-msvc -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
2 // RUN: %clang -target arm-windows-msvc -march=armv8-a+crypto -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-CRYPTO
4 // CHECK-DEFAULT: "-target-cpu" "cortex-a9"
5 // CHECK-CRYPTO: "-target-cpu" "generic"
6 // CHECK-CRYPTO: "-target-feature" "+crypto"