Mercurial > hg > CbC > CbC_llvm
view test/MC/MachO/pushsection.s @ 122:36195a0db682
merging ( incomplete )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Nov 2017 20:32:31 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
// RUN: llvm-mc -triple i386-apple-darwin9 %s -o - | FileCheck %s .text // CHECK: .section __TEXT,__text .pushsection __DATA, __data // CHECK: .section __DATA,__data .pushsection __TEXT, initcode // CHECK: .section __TEXT,initcode .popsection // CHECK: .section __DATA,__data .popsection // CHECK: .section __TEXT,__text