aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 04:33:09 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 04:33:09 +0000
commite3cfb273a3fe3b0f7cf832e7cff8dd2b45fc1062 (patch)
tree98866d6883f010d169ab01d318daed0b7eb5933a /lib/CodeGen/ELFWriter.cpp
parent7fccbe2ba6b932223655c19f1ae990229dd6799a (diff)
downloadexternal_llvm-e3cfb273a3fe3b0f7cf832e7cff8dd2b45fc1062.tar.gz
external_llvm-e3cfb273a3fe3b0f7cf832e7cff8dd2b45fc1062.tar.bz2
external_llvm-e3cfb273a3fe3b0f7cf832e7cff8dd2b45fc1062.zip
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.cpp2
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;