commit | e9d28b19cf3864c0e44e15036dc71e8e4eb31088 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 19 04:34:02 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 19 04:34:02 2010 +0000 |
tree | 57430d35bc32d0a9143f9c43608caf92c1c5c4bf | |
parent | 58d59fe394e7c773bff27b412d90f5d0523187aa [diff] [blame] |
move production of .reference directives for static ctor/dtor list on darwin into common code. llvm-svn: 93849
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index 6e8cd0c..277a09e 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -20,6 +20,7 @@ MCAsmInfo::MCAsmInfo() { HasMachoZeroFillDirective = false; + HasStaticCtorDtorReferenceInStaticMode = false; NonexecutableStackDirective = 0; NeedsSet = false; MaxInstLength = 4;