[PATCH] D128729: Avoid ar_to_bc.sh script in symbolizer build; add -ignore-non-bitcode flag to llvm-link

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 09:56:25 PDT 2022


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

In D128729#3615964 <https://reviews.llvm.org/D128729#3615964>, @MatzeB wrote:

> In D128729#3615885 <https://reviews.llvm.org/D128729#3615885>, @vitalybuka wrote:
>
>> Do we need a test for llvm-link?
>
> I guess. So much trouble to keep these strange build scripts working...

It's not clear from description that it's done to fix those scripts.

Scripts probably can be converted into CMake, which will simplify reproducing build errors, but i guess a step like this will be needed anyway.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128729/new/

https://reviews.llvm.org/D128729



More information about the llvm-commits mailing list