llvm-for-llvmta/test/CodeGen/X86/pr19049.ll

8 lines
166 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
module asm ".pushsection foo"
module asm ".popsection"
; CHECK: .section foo,"",@progbits
; CHECK: .text