[ELF] - Issue an error if trying to link object that uses splitstacks.
Each object file compiled in split stack mode will have an empty section with a special name: .note.GNU-split-stack We don't support this in linker now, so patch just adds an error out for that. Differential revision: http://reviews.llvm.org/D17918 llvm-svn: 263039
Loading
Please sign in to comment