mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
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
|