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-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
main-norecurse.cpp
blob
3a476e6a119a25fe0853828cb0d402cbd2581bd7
1
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
2
3
// CHECK: define {{.*}} @main({{.*}}) #0
4
int
main
(
int
argc
,
char
**
argv
) {
5
return
1
;
6
}
7
8
// CHECK: attributes #0 = { mustprogress noinline norecurse{{.*}} }