[all-commits] [llvm/llvm-project] 65feb9: [symbolizer] Change libcxx paths in buildscript.
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Thu Sep 16 15:11:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65feb9f4447364e103f17e6feec552a3c51ccb86
https://github.com/llvm/llvm-project/commit/65feb9f4447364e103f17e6feec552a3c51ccb86
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
Log Message:
-----------
[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
More information about the All-commits
mailing list