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
/
apple-silicon-arch.c
blob
b1201fa2d7ddb33c5d87b6e27c4b3d7d7f9616a0
1
// RUN: env SDKROOT="/" %clang -arch arm64 -c -### %s 2>&1 | \
2
// RUN: FileCheck %s
3
//
4
// REQUIRES: apple-silicon-mac
5
//
6
// CHECK: "-triple" "arm64-apple-macosx{{[0-9.]+}}"