aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Error.cpp
diff options
context:
space:
mode:
authorScott Egerton <Scott.Egerton@imgtec.com>2016-02-17 11:15:16 +0000
committerScott Egerton <Scott.Egerton@imgtec.com>2016-02-17 11:15:16 +0000
commit219fae9e36b0c2ca895db1b784337b2843c4f00b (patch)
treef266f30c16874c5d197368a34e5356f9266375bb /llvm/lib/Object/Error.cpp
parentc5b5dcb9852f79d20e32dece78e50fdfe5f134e6 (diff)
downloadllvm-219fae9e36b0c2ca895db1b784337b2843c4f00b.zip
llvm-219fae9e36b0c2ca895db1b784337b2843c4f00b.tar.gz
llvm-219fae9e36b0c2ca895db1b784337b2843c4f00b.tar.bz2
[mips] Removed the SHF_ALLOC flag and the SHT_REL flag from the .pdr section.
This section is used for debug information and has no need to be in memory at runtime. This patch also fixes an error when compiling the Linux kernel. The error is that there are relocations within the .pdr section in a VDSO. SHT_REL was removed as it is a section type and not a section flag, therefore it does not make sense for it to be there. With this patch, LLVM now emits the same flags as the GNU assembler. llvm-svn: 261083
Diffstat (limited to 'llvm/lib/Object/Error.cpp')
0 files changed, 0 insertions, 0 deletions