commit | 55b94965b25917c590987db1b92b730b64f17c0c | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Wed Sep 24 22:15:21 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Wed Sep 24 22:15:21 2008 +0000 |
tree | 5e9f68cd2a027c2265c55447954bfcbc38d641cc | |
parent | 1a9edae76b2e7cf15c5f7c36928b3701ac2ef47b [diff] [blame] |
Get rid of duplicate char*/Section* TextSection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56574 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/DarwinTargetAsmInfo.cpp b/lib/Target/DarwinTargetAsmInfo.cpp index 2fc1d28..a5b72e3 100644 --- a/lib/Target/DarwinTargetAsmInfo.cpp +++ b/lib/Target/DarwinTargetAsmInfo.cpp
@@ -82,7 +82,7 @@ if (isWeak) return TextCoalSection; else - return getTextSection_(); + return getTextSection(); case SectionKind::Data: case SectionKind::ThreadData: case SectionKind::BSS: