[compiler-rt] Fix Asan imports/exports unittest
authorEtienne Bergeron <etienneb@google.com>
Tue, 19 Jul 2016 15:27:23 +0000 (15:27 +0000)
committerEtienne Bergeron <etienneb@google.com>
Tue, 19 Jul 2016 15:27:23 +0000 (15:27 +0000)
commit83cc0622ec53fe0c2fed6aa56566411a44935314
treea8d823957dd2dcd78a00586b9b069436481ba5d0
parent0ea8d275cc97e9fbc0522068ba001666f3a50a2a
[compiler-rt] Fix Asan imports/exports unittest

Summary:
Avoid mismatch between imports/exports for 32-bit and 64-bits version.

The test is running grep over macros to detect which functions are
intercepted. Unfortunately, exception handlers differ in 32-bit and
64-bit.

This patch is removing the exception handlers from the test.

Reviewers: rnk

Subscribers: llvm-commits, wang0109, kubabrecka, chrisha

Differential Revision: https://reviews.llvm.org/D22484

llvm-svn: 275982
compiler-rt/test/asan/TestCases/Windows/dll_host.cc