2026-03-31 13:37:16 -04:00

10 lines
214 B
C++

#include "FootAsmInfo.h"
using namespace llvm;
FootMCAsmInfoELF::FootMCAsmInfoELF() : MCAsmInfoELF() {
SupportsDebugInformation = true;
DwarfUsesRelocationsAcrossSections = true;
UsesCFIWithoutEH = true;
}