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
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
flang
/
test
/
Driver
/
emit-asm-x86.f90
blob
124289bbb27d75bee81aed94753d27bc62b24ba6
1
! Test -S (X86)
2
3
! REQUIRES: x86-registered-target
4
5
! RUN: %flang_fc1 -S -triple x86_64-unknown-linux-gnu %s -o - | FileCheck %s
6
! RUN: %flang -S -target x86_64-unknown-linux-gnu %s -o - | FileCheck %s
7
8
! CHECK-LABEL: _QQmain:
9
! CHECK: ret
10
11
end program