1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Initialize MCNoExecStack.

llvm-svn: 124079
This commit is contained in:
Rafael Espindola 2011-01-23 18:50:12 +00:00
parent 547873da60
commit 47bc703c55

View File

@ -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.