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"
15 #include "SystemZTargetMachine.h"
19 SystemZTargetAsmInfo::SystemZTargetAsmInfo() {
20 AlignmentIsInBytes
= true;
22 PrivateGlobalPrefix
= ".L";
23 WeakRefDirective
= "\t.weak\t";
24 SetDirective
= "\t.set\t";
27 NonexecutableStackDirective
= "\t.section\t.note.GNU-stack,\"\",@progbits";