projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix most of PR10367.
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
pr19049.ll
1
; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
2
3
module asm ".pushsection foo"
4
module asm ".popsection"
5
6
; CHECK: .section foo,"",@progbits
7
; CHECK: .text