-
- Downloads
Bug 1524079 - Try both host and target clang to find llvm-objdump. r=froydnj
When doing android cross builds, the target compiler might be clang, but it might be the one from the NDK, which doesn't come with all the tools. So `clang --print-prog-name=llvm-objdump` might not return anything, when the system has a suffixed llvm-objdump, e.g. llvm-objdump-6.0. So it's better to check with the host compiler, which is likely clang too. We still check with the target compiler, in the odd case where the host and target compiler would be of different kinds (Windows cross-builds). Differential Revision: https://phabricator.services.mozilla.com/D18142 --HG-- extra : moz-landing-system : lando
Please register or sign in to comment