279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
8 lines
166 B
LLVM
8 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
|