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:
parent
547873da60
commit
47bc703c55
@ -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
Block a user