This is an archive of the discontinued LLVM Phabricator instance.

[symbolizer] Change libcxx paths in buildscript.
ClosedPublic

Authored by hctim on Sep 16 2021, 2:01 PM.

Details

Summary

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.

Diff Detail

Event Timeline

hctim requested review of this revision.Sep 16 2021, 2:01 PM
hctim created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2021, 2:01 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Sep 16 2021, 2:51 PM

Thanks!

This revision is now accepted and ready to land.Sep 16 2021, 2:51 PM
This revision was automatically updated to reflect the committed changes.