brintos

brintos / llvm-project-archived public Read only

0
0
Text · 322 B · 09afc6a Raw
6 lines · c
1// RUN: %clang -target armv7a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V72// RUN: %clang -target armv8a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V83 4// V7: target triple = "armv7-unknown-linux-gnueabi"5// V8: target triple = "armv8a-unknown-linux-gnueabi"6