commit | 8bf5d34c754e20967e7ff29b298b6ca918f7ad6d | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Wed Jul 09 13:19:08 2008 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Wed Jul 09 13:19:08 2008 +0000 |
tree | fcf0e06884aa63e94dc024eb2aca00fbd1597b8c | |
parent | f2e905359298b7b4827e7cc34c47613bea7b0fa6 [diff] [blame] |
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
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 433330c..923cac6 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp
@@ -255,7 +255,7 @@ return flags; } -const char* +std::string TargetAsmInfo::SectionForGlobal(const GlobalValue *GV) const { SectionKind::Kind kind = SectionKindForGlobal(GV);