mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
2f04e703bf
This is the second patch that upstreams the support for Apple's DriverKit. The first patch: https://reviews.llvm.org/D118046. Differential Revision: https://reviews.llvm.org/D121911
5 lines
186 B
ArmAsm
5 lines
186 B
ArmAsm
// RUN: %clang -c -x assembler-with-cpp -target armv7k-apple-driverkit21.0 -### %s 2>&1 | FileCheck %s
|
|
// CHECK: -cc1as
|
|
// CHECK-SAME: "-target-cpu" "cortex-a7"
|
|
.foo:
|
|
vfms.f64 d1, d0, d3 |