[asan] Fix test case failure on SystemZ
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 14 Sep 2018 13:36:55 +0000 (13:36 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 14 Sep 2018 13:36:55 +0000 (13:36 +0000)
commit9ed8fd5df8caca680159a467111ae744992324e4
tree7506d4cebbc4a7a2d645aaa662010fe0e36d4344
parent1c1335a10dd3678acbf6091ed6b235e049e808f9
[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.

llvm-svn: 342236
compiler-rt/test/asan/TestCases/throw_catch.cc