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
/
debug-info-version.c
blob
fa7e20e7f5279b4bfbf125a63cff8ea83d3407cc
1
// RUN: %clang -g -S -emit-llvm -o - %s | FileCheck %s
2
// RUN: %clang -S -emit-llvm -o - %s | FileCheck %s --check-prefix=NO_DEBUG
3
int
main
(
void
) {
4
return
0
;
5
}
6
7
// CHECK: i32 2, !"Debug Info Version", i32 3}
8
// NO_DEBUG-NOT: !"Debug Info Version"