[mips][asan] Fix preinstalled_signal.cc test for mips
authorSimon Dardis <simon.dardis@imgtec.com>
Tue, 26 Sep 2017 11:49:04 +0000 (11:49 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Tue, 26 Sep 2017 11:49:04 +0000 (11:49 +0000)
commit5a14bc84e189d3319e863cfc8777b16369d0b22c
tree66369e661d1784686741ba8dbd5750404e871a60
parent4b2113a3034842b6035cf9c184c5602b5535b7dc
[mips][asan] Fix preinstalled_signal.cc test for mips

Linux for mips has a non-standard layout for the kernel sigaction struct.
Adjust the layout by the minimally amount to get the test to pass, as we
don't require the usage of the restorer function.

llvm-svn: 314200
compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cc