1 //===-- SystemZTargetAsmInfo.cpp - SystemZ asm properties -----------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file contains the declarations of the SystemZTargetAsmInfo properties.
12 //===----------------------------------------------------------------------===//
14 #include "SystemZTargetAsmInfo.h"
17 SystemZTargetAsmInfo::SystemZTargetAsmInfo(const Target
&T
,
18 const StringRef
&TT
) {
19 AlignmentIsInBytes
= true;
21 PrivateGlobalPrefix
= ".L";
22 WeakRefDirective
= "\t.weak\t";
23 SetDirective
= "\t.set\t";
26 NonexecutableStackDirective
= "\t.section\t.note.GNU-stack,\"\",@progbits";