[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / CSKY / MCTargetDesc / CSKYMCAsmInfo.cpp
blob668247bbbd87f5a81ca71477285688ffa505f984
1 //===-- CSKYMCAsmInfo.cpp - CSKY Asm properties ---------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file contains the declarations of the CSKYMCAsmInfo properties.
11 //===----------------------------------------------------------------------===//
13 #include "CSKYMCAsmInfo.h"
14 #include "llvm/BinaryFormat/Dwarf.h"
15 #include "llvm/MC/MCStreamer.h"
17 using namespace llvm;
19 void CSKYMCAsmInfo::anchor() {}
21 CSKYMCAsmInfo::CSKYMCAsmInfo(const Triple &TargetTriple) {
22 AlignmentIsInBytes = false;
23 SupportsDebugInformation = true;
24 CommentString = "#";