We are using M72 codebase, so here is the problem I met:
We are still using llvm-build in src/third-party tool, which it contains a bunch of clang commands.
After upgrade to Xcode 12.5 + M1 computer won’t compile because of a lot include/v1/c++ header issue, like can’t find strncat, a lot foundation compile errors.
So I checkout latest command according to your guide, it works fine in iOS compilation.
However it fails when compile Mac version.
Because the *.gn use a lot plugin like “findBadConstructors”, etc, I just can’t find correct llvm-build in your latest folder.
It clearly removed the plugin, but It’s really hard to upgrade our codebase M72 to your latest.
Any way to make our M72 compilation work in latest M1 computers?
Thank you
Jacob