[asan] Fix test case failure on SystemZ

Since we changed our inlining parameters, this test case was failing
on SystemZ, as the two tests were now both inlined into the main
function, which the test didn't expect.  Fixed by adding a few more
noinline attributes.



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@342236 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed