1 //===-- CSKYMCAsmInfo.cpp - CSKY Asm properties ---------------------------===//
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
7 //===----------------------------------------------------------------------===//
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"
19 void CSKYMCAsmInfo::anchor() {}
21 CSKYMCAsmInfo::CSKYMCAsmInfo(const Triple
&TargetTriple
) {
22 AlignmentIsInBytes
= false;
23 SupportsDebugInformation
= true;