Try to fix external_symbolizer_path.cpp test to stop breaking on buildbots.
authorAmy Huang <akhuang@google.com>
Fri, 12 Feb 2021 18:05:11 +0000 (10:05 -0800)
committerAmy Huang <akhuang@google.com>
Fri, 12 Feb 2021 18:16:49 +0000 (10:16 -0800)
commit394913fdb96af1a8ab699140f23073f2f366f406
tree1b0423b578296abae01d31f41825d0d41f93c1af
parent1b5c2915a2318705727ada586290de15e2cad202
Try to fix external_symbolizer_path.cpp test to stop breaking on buildbots.

Not sure what the issue is, but it might be because the test copies
llvm-symbolizer to a different directory, and it can't find libc++.
Try to add some REQUIRES that we use in other tests where we copy
llvm tools out of their original directories.
compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp