allwinner_a64/android/external/llvm/test/CodeGen/X86/pr19049.ll
2018-08-08 16:14:42 +08:00

7 lines
166 B
LLVM

; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
module asm ".pushsection foo"
module asm ".popsection"
; CHECK: .section foo,"",@progbits
; CHECK: .text