xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/pr19049.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
2
3module asm ".pushsection foo"
4module asm ".popsection"
5
6; CHECK: .section	foo,"",@progbits
7; CHECK: .text
8