pr19049.ll 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s module asm ".pushsection foo" module asm ".popsection" ; CHECK: .section foo,"",@progbits ; CHECK: .text