Move the STT_FILE symbols out of the normal symbol table processing for
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 29 Oct 2013 01:06:17 +0000 (01:06 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 29 Oct 2013 01:06:17 +0000 (01:06 +0000)
commit72580780a98cb8b0019b7ec4ed88e3f3328b9969
tree6d102a4a9edc24e52c439ea4420dbd1606770fe3
parent8ef9cebb68d6305e197c3e0b8369aa3c57570bbf
Move the STT_FILE symbols out of the normal symbol table processing for
ELF. They can overlap with the other symbols, e.g. if a source file
"foo.c" contains a function "foo" with a static variable "c".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193569 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCELF.cpp
lib/MC/MCELFStreamer.cpp
test/MC/ELF/file-double.s [new file with mode: 0644]