[ASan/Win] Add the executable's directory to the symbol search path
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 10 Feb 2015 16:17:01 +0000 (16:17 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 10 Feb 2015 16:17:01 +0000 (16:17 +0000)
commit54cc5b6fc82863a8870a1c081b350ba6c6db8ff3
tree354d0fe83572f0085c735e2aaa9b478440494eda
parenta25a3f4feaa80e7be852557cfc279f45c9d721b2
[ASan/Win] Add the executable's directory to the symbol search path

This should fix symbolization in those cases when the .exe file is moved together with the .pdb

llvm-svn: 228701
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
compiler-rt/test/asan/TestCases/Windows/symbols_path.cc [new file with mode: 0644]