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
/
CodeGen
/
linker-option.c
blob
c56cd11b5b2e50ac666f93ab921670ddd3a194fa
1
// RUN: %clang_cc1 %s --linker-option=/include:foo -triple i686-pc-win32 -emit-llvm -o - | FileCheck %s
2
3
// CHECK: !llvm.linker.options = !{![[msvcrt:[0-9]+]]}
4
// CHECK: ![[msvcrt]] = !{!"/include:foo"}
5
6
int
f
(
void
);