diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:33:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:33:09 +0000 |
commit | 9ba8c6872dc722d0f9f804fcd67bace4acfe67ba (patch) | |
tree | 98866d6883f010d169ab01d318daed0b7eb5933a /lib/CodeGen/ELFWriter.cpp | |
parent | e6483e3097a6ed11e4b406536b6c977c42b5f69b (diff) |
remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
defaults to being ELF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ELFWriter.cpp')
-rw-r--r-- | lib/CodeGen/ELFWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ELFWriter.cpp b/lib/CodeGen/ELFWriter.cpp index 499a666c6a..3122564269 100644 --- a/lib/CodeGen/ELFWriter.cpp +++ b/lib/CodeGen/ELFWriter.cpp @@ -266,7 +266,7 @@ unsigned ELFWriter::getGlobalELFType(const GlobalValue *GV) { } // getElfSectionFlags - Get the ELF Section Header flags based -// on the flags defined in ELFTargetAsmInfo. +// on the flags defined in SectionKind.h. unsigned ELFWriter::getElfSectionFlags(SectionKind Kind) { unsigned ElfSectionFlags = ELFSection::SHF_ALLOC; |