diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-23 05:43:40 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-01-23 05:43:40 +0000 |
commit | 0cf5e3d51dd455a174a8f00cfa6b63c11e535434 (patch) | |
tree | 545adccb669f9bb926cebbcca566e3bd577955d2 /lib/Target/TargetLoweringObjectFile.cpp | |
parent | 11e222da1fe498a3c528d197ab57982e3bb5762d (diff) |
Delay the creation of eh_frame so that the user can change the defaults.
Add support for SHT_X86_64_UNWIND.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | lib/Target/TargetLoweringObjectFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp index 681beec636..5d34c7d7fa 100644 --- a/lib/Target/TargetLoweringObjectFile.cpp +++ b/lib/Target/TargetLoweringObjectFile.cpp @@ -43,7 +43,6 @@ TargetLoweringObjectFile::TargetLoweringObjectFile() : Ctx(0) { StaticCtorSection = 0; StaticDtorSection = 0; LSDASection = 0; - EHFrameSection = 0; CommDirectiveSupportsAlignment = true; DwarfAbbrevSection = 0; |