summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commitfb53861ee0bae7e24d418f990d1f7778e11719cc (patch)
treefb4959b5c62e4353ffefdf526676953ca6031141 /llvm/lib/CodeGen
parent7ee0246f51c91e8b42793302eb157b570b1e43aa (diff)
downloadbcm5719-llvm-fb53861ee0bae7e24d418f990d1f7778e11719cc.tar.gz
bcm5719-llvm-fb53861ee0bae7e24d418f990d1f7778e11719cc.zip
remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
defaults to being ELF. llvm-svn: 77866
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/ELFWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ELFWriter.cpp b/llvm/lib/CodeGen/ELFWriter.cpp
index 499a666c6a2..31225642695 100644
--- a/llvm/lib/CodeGen/ELFWriter.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud