forked from OSchip/llvm-project
parent
148141c98f
commit
c5efca47fc
|
@ -220,6 +220,7 @@ FunctionSections("ffunction-sections",
|
|||
TargetMachine::TargetMachine(const Target &T)
|
||||
: TheTarget(T), AsmInfo(0),
|
||||
MCRelaxAll(false),
|
||||
MCNoExecStack(false),
|
||||
MCUseLoc(true) {
|
||||
// Typically it will be subtargets that will adjust FloatABIType from Default
|
||||
// to Soft or Hard.
|
||||
|
|
Loading…
Reference in New Issue