diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetAsmInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86TargetAsmInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.h b/llvm/lib/Target/X86/X86TargetAsmInfo.h index 9f9ef3e9af4..35e7af89862 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.h +++ b/llvm/lib/Target/X86/X86TargetAsmInfo.h @@ -30,6 +30,7 @@ namespace llvm { virtual std::string SectionForGlobal(const GlobalValue *GV) const; virtual std::string UniqueSectionForGlobal(const GlobalValue* GV, SectionKind::Kind kind) const; + virtual std::string PrintSectionFlags(unsigned flags) const; private: const X86TargetMachine* X86TM; |

