Initialize MCNoExecStack.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2011-01-23 18:50:12 +00:00
parent 96aa78c8c5
commit dd0dfdf8be

View File

@ -220,6 +220,7 @@ FunctionSections("ffunction-sections",
TargetMachine::TargetMachine(const Target &T) TargetMachine::TargetMachine(const Target &T)
: TheTarget(T), AsmInfo(0), : TheTarget(T), AsmInfo(0),
MCRelaxAll(false), MCRelaxAll(false),
MCNoExecStack(false),
MCUseLoc(true) { MCUseLoc(true) {
// Typically it will be subtargets that will adjust FloatABIType from Default // Typically it will be subtargets that will adjust FloatABIType from Default
// to Soft or Hard. // to Soft or Hard.