aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2012-02-17 17:31:15 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2012-02-17 17:31:15 +0000
commit4cbcee16187ab07a70280fc10af327767325b848 (patch)
treea42476bbae2af577850c4775462f3744f2c3c05a /include/llvm
parent8bb51ef6d2a396715f1dbc6edc1599892779e4d6 (diff)
downloadexternal_llvm-4cbcee16187ab07a70280fc10af327767325b848.zip
external_llvm-4cbcee16187ab07a70280fc10af327767325b848.tar.gz
external_llvm-4cbcee16187ab07a70280fc10af327767325b848.tar.bz2
Generate the correct EH frame section types on Solaris, this time without breaking other platforms...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/MC/MCObjectFileInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/MC/MCObjectFileInfo.h b/include/llvm/MC/MCObjectFileInfo.h
index e58e7d6..5d5801f 100644
--- a/include/llvm/MC/MCObjectFileInfo.h
+++ b/include/llvm/MC/MCObjectFileInfo.h
@@ -47,6 +47,8 @@ protected:
unsigned FDEEncoding;
unsigned FDECFIEncoding;
unsigned TTypeEncoding;
+ // Section flags for eh_frame
+ unsigned EHSectionFlags;
/// TextSection - Section directive for standard text.
///