diff options
| author | Bill Wendling <isanbard@gmail.com> | 2007-09-11 08:27:17 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2007-09-11 08:27:17 +0000 |
| commit | d60da495cd5c6bc119b3489e6b3147158735bb99 (patch) | |
| tree | d26aa4b527b45bdc2f8b0f53673cd5e6a763363f /lib/Target/TargetAsmInfo.cpp | |
| parent | 29ce95511f905df3a63e3b953a4a0179ead46865 (diff) | |
The personality function on Darwin needs a global stub. We then refer to
that global stub instead of doing the ".set" thingy we were doing before.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index df7a2ec78d..09a8d5ab8e 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -38,6 +38,8 @@ TargetAsmInfo::TargetAsmInfo() : GlobalVarAddrSuffix(""), FunctionAddrPrefix(""), FunctionAddrSuffix(""), + PersonalityPrefix(""), + PersonalitySuffix(""), InlineAsmStart("#APP"), InlineAsmEnd("#NO_APP"), AssemblerDialect(0), |
