10 lines
214 B
C++
10 lines
214 B
C++
#include "FootAsmInfo.h"
|
|
|
|
using namespace llvm;
|
|
|
|
FootMCAsmInfoELF::FootMCAsmInfoELF() : MCAsmInfoELF() {
|
|
SupportsDebugInformation = true;
|
|
DwarfUsesRelocationsAcrossSections = true;
|
|
UsesCFIWithoutEH = true;
|
|
}
|