Fix installation of the unhandled exception filter with r244767
authorReid Kleckner <rnk@google.com>
Thu, 13 Aug 2015 16:37:28 +0000 (16:37 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 13 Aug 2015 16:37:28 +0000 (16:37 +0000)
commitdd7b4406d17ecafd03c57838f4a7699cc92a1cf9
tree20608bc3cd43a59de60bb824ffd61f221b5f90b3
parent7e584168ab243e783c96fd5040feb1c6524efaf0
Fix installation of the unhandled exception filter with r244767

Apparently /Zc:inline causes static globals in custom sections to be
discarded if they are unreferenced.

llvm-svn: 244908
compiler-rt/lib/asan/asan_win.cc