Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
2a333e6b14e94de7fa32dd0a772886d028515708
/
.
/
test
/
CodeGen
/
X86
/
pr19049.ll
blob: 027c9815e0c7840696bbdeb1e0cdc9be38ccaa9a [
file
]
; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
module
asm
".pushsection foo"
module
asm
".popsection"
; CHECK: .section foo,"",@progbits
; CHECK: .text