commit | c5efca47fc1944bae13fa54da1873548e9a4710e | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Sun Jan 23 18:50:12 2011 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Sun Jan 23 18:50:12 2011 +0000 |
tree | 0cda552d030084041335b27f4c492c87ef86e42e | |
parent | 148141c98f9b8f39e756e60f148293944d7b7add [diff] [blame] |
Initialize MCNoExecStack. llvm-svn: 124079
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index c4790a2..d579d95 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/lib/Target/TargetMachine.cpp
@@ -220,6 +220,7 @@ 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.