Sign in
swiftshader
/
SwiftShader
/
2613cb5e3a21177b00fdbbb43f8eb267ddd86696
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
X86
/
pr19049.ll
blob: 027c9815e0c7840696bbdeb1e0cdc9be38ccaa9a [
file
] [
log
] [
blame
]
; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
module
asm
".pushsection foo"
module
asm
".popsection"
; CHECK: .section foo,"",@progbits
; CHECK: .text