Fix a problem where the AArch64 ELF assembler was failing with
authorEric Christopher <echristo@gmail.com>
Mon, 26 Jan 2015 06:32:17 +0000 (06:32 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 26 Jan 2015 06:32:17 +0000 (06:32 +0000)
commitacbaac49dc8fd4abc3f16ada51096cf4f2dd603b
tree194736780e19b6a18a32eccf9c49e57a220b9e89
parent1656cc8ddbbd5e6ad360dc9f408e051693cc0a59
Fix a problem where the AArch64 ELF assembler was failing with
-no-exec-stack. This was due to it not deriving from the correct
asm info base class and missing the override for the exec
stack section query. Added another line to the noexec test
line to make sure this doesn't regress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227074 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
test/MC/ELF/noexec.s