mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
a2ee433c8d
This adds Clang support for the ARM64 backend. There are definitely still some rough edges, so please bring up any issues you see with this patch. As with the LLVM commit though, we think it'll be more useful for merging with AArch64 from within the tree. llvm-svn: 205100
4 lines
107 B
C
4 lines
107 B
C
// RUN: %clang -target arm64-apple-ios7.0 -### %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: "-target-abi" "darwinpcs"
|