repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
arm64_32-link.c
blob
6ef0b6f9f2f7d9c0569e87b95938d7dc2d20951d
1
// RUN: %clang -target x86_64-apple-darwin -arch arm64_32 -miphoneos-version-min=8.0 %s -### 2>&1 | FileCheck %s
2
3
// CHECK: "-cc1"{{.*}} "-triple" "arm64_32-apple-ios8.0.0"
4
// CHECK: ld{{.*}} "-arch" "arm64_32"