aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectFileInfo.h
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2012-04-10 11:44:33 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2012-04-10 11:44:33 +0000
commitbce0de462f9510e57598aeae918d1e1cced718ab (patch)
treedac8fb4f99cba45ca3042b17bfa217fe3772dfa3 /include/llvm/MC/MCObjectFileInfo.h
parent1fd63df6930a83d9d1378d2c68e19850c652078e (diff)
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
Patch by Dmitri Shubin! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCObjectFileInfo.h')
-rw-r--r--include/llvm/MC/MCObjectFileInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCObjectFileInfo.h b/include/llvm/MC/MCObjectFileInfo.h
index df8f9f3241..aea4b410fe 100644
--- a/include/llvm/MC/MCObjectFileInfo.h
+++ b/include/llvm/MC/MCObjectFileInfo.h
@@ -47,6 +47,7 @@ protected:
unsigned FDECFIEncoding;
unsigned TTypeEncoding;
// Section flags for eh_frame
+ unsigned EHSectionType;
unsigned EHSectionFlags;
/// TextSection - Section directive for standard text.