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
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
flang
/
test
/
Integration
/
debug-extra-global.f90
blob
c0ad2e306386da1613050f133810c5858f3112d6
1
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
2
3
program
test
4
type
t1
5
integer
::
XcX
6
integer
::
xdtx
7
end type
8
type
(
t1
) ::
var
9
var
%
XcX
=
2
10
var
%
xdtx
=
3
11
end
12
13
! Test that there is no debug info for compiler generated globals.
14
! CHECK-NOT: DIGlobalVariable