[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / arch.c
blobf113c1dfa5c2790d46db44027fa02494d50e92f1
1 // RUN: %clang -target armv7a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V7
2 // RUN: %clang -target armv8a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V8
4 // V7: target triple = "armv7-unknown-linux-gnueabi"
5 // V8: target triple = "armv8-unknown-linux-gnueabi"