bolt/deps/llvm-18.1.8/clang/test/Driver/arch.c

6 lines
322 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang -target armv7a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V7
// RUN: %clang -target armv8a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s --check-prefix=V8
// V7: target triple = "armv7-unknown-linux-gnueabi"
// V8: target triple = "armv8a-unknown-linux-gnueabi"