[symbolizer] Change libcxx paths in buildscript.
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Thu, 16 Sep 2021 22:08:51 +0000 (15:08 -0700)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Thu, 16 Sep 2021 22:11:09 +0000 (15:11 -0700)
commit65feb9f4447364e103f17e6feec552a3c51ccb86
tree98d209e22c93797b46c767b6c7459f5888a5d70d
parent04a66f8d2b8f3dfba32ba3f7652dbeb3427a3df4
[symbolizer] Change libcxx paths in buildscript.

D107799 changed the paths from lib/libcxx(abi)?.a to
lib/<triple>/libcxx(abi)?.a. The build script needs to know to pick up
the files from the triple subfolder instead.

See https://lab.llvm.org/buildbot/#/builders/37/builds/6764 for buildbot log failure.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D109924
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh