1 //===-- PTXMCAsmInfo.cpp - PTX 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 PTXMCAsmInfo properties.
12 //===----------------------------------------------------------------------===//
14 #include "PTXMCAsmInfo.h"
18 PTXMCAsmInfo::PTXMCAsmInfo(const Target
&T
, const StringRef
&TT
) {
21 PrivateGlobalPrefix
= "$L__";
23 AllowPeriodsInName
= false;
25 HasSetDirective
= false;
27 HasDotTypeDotSizeDirective
= false;
29 HasSingleParameterDotFile
= false;