[asan] Fix Windows global dead stripping tests
authorReid Kleckner <rnk@google.com>
Mon, 24 Apr 2017 23:13:47 +0000 (23:13 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 24 Apr 2017 23:13:47 +0000 (23:13 +0000)
commit453f74556976d8183b27eb78279cfa107d7aefe6
tree528c95c7eecb4396ee4af88f5c55d02d1cf859dd
parent145e15a37b7df0fdd9f7221801336d7d8d2d46c7
[asan] Fix Windows global dead stripping tests

Pass /Gw to clang-cl which is equivalent to -fdata-sections. This is now
necessary.

llvm-svn: 301272
compiler-rt/test/asan/TestCases/Windows/dll_global_dead_strip.c
compiler-rt/test/asan/TestCases/Windows/global_dead_strip.c