Add libraries to sdk, copied from clang-r365631b; add lld trampoline
lld depends on the libraries. The darwin and linux trampoline allows lld to be invoked from the tool root while residing in lld-bin, which is the correct location relative to the libraries. - darwin libc++.1.dylib, trampoline - linux libc++.so.1, trampoline This required temporarily reverting I09219d4275b81c5aff3a8562abfd341300303d8e which had removed that version of linux clang prebuilts. Bug: 148267171 Bug: 142590626 Bug: 144040336 Test: N/A Merged-In: Ied2992a01ed65953630466d6b1a6c425a441e3d1 Change-Id: Ied2992a01ed65953630466d6b1a6c425a441e3d1 (cherry picked from commit d30b4cf7897540b40fd2d2da92a080b99cd09364)
Loading
Please sign in to comment