diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-07-09 13:19:08 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-07-09 13:19:08 +0000 |
| commit | c0f41db19ca8700f49d8db115030398a90e0bd4e (patch) | |
| tree | fcf0e06884aa63e94dc024eb2aca00fbd1597b8c /lib/Target/TargetAsmInfo.cpp | |
| parent | a2d330717bde9408b2639b2053f7ef1436d960a7 (diff) | |
Provide skeletone code for calculation of section, where global should be emitted into
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 433330c146..923cac6640 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -255,7 +255,7 @@ TargetAsmInfo::SectionFlagsForGlobal(const GlobalValue *GV, return flags; } -const char* +std::string TargetAsmInfo::SectionForGlobal(const GlobalValue *GV) const { SectionKind::Kind kind = SectionKindForGlobal(GV); |
