diff options
author | Dale Johannesen <dalej@apple.com> | 2008-10-08 21:49:47 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-10-08 21:49:47 +0000 |
commit | 585457e37effc1f065281d0dad7858305b304fcb (patch) | |
tree | 4ea4d2f4f617cb498ffe1723bf0cb30be1dfd246 /include/llvm/Target | |
parent | 7a85a62f502cf9d4149f6a26fba0c9973c4d21d0 (diff) | |
download | external_llvm-585457e37effc1f065281d0dad7858305b304fcb.zip external_llvm-585457e37effc1f065281d0dad7858305b304fcb.tar.gz external_llvm-585457e37effc1f065281d0dad7858305b304fcb.tar.bz2 |
(re)Put const weak strings in appropriate section on Darwin.
g++dg/abi/key2.C
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r-- | include/llvm/Target/DarwinTargetAsmInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/DarwinTargetAsmInfo.h b/include/llvm/Target/DarwinTargetAsmInfo.h index dab591a..a99e16d 100644 --- a/include/llvm/Target/DarwinTargetAsmInfo.h +++ b/include/llvm/Target/DarwinTargetAsmInfo.h @@ -26,6 +26,7 @@ namespace llvm { struct DarwinTargetAsmInfo: public TargetAsmInfo { const Section* TextCoalSection; + const Section* ConstTextCoalSection; const Section* ConstDataCoalSection; const Section* ConstDataSection; const Section* DataCoalSection; |