forked from OSchip/llvm-project
parent
9e4ab5023a
commit
aab504fb19
|
@ -469,7 +469,7 @@ namespace llvm {
|
|||
/// section flags either for given global or for section.
|
||||
unsigned
|
||||
SectionFlagsForGlobal(const GlobalValue *GV = NULL,
|
||||
const char* name = NULL);
|
||||
const char* name = NULL) const;
|
||||
|
||||
// Accessors.
|
||||
//
|
||||
|
|
|
@ -194,7 +194,7 @@ TargetAsmInfo::SectionKindForGlobal(const GlobalValue *GV) const {
|
|||
|
||||
unsigned
|
||||
TargetAsmInfo::SectionFlagsForGlobal(const GlobalValue *GV,
|
||||
const char* name) {
|
||||
const char* name) const {
|
||||
unsigned flags = SectionFlags::None;
|
||||
|
||||
// Decode flags from global itself.
|
||||
|
|
Loading…
Reference in New Issue