Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
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