[PATCH] D104714: [UpdateCCTestChecks] Support --check-globals
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 23:19:00 PDT 2021
tstellar added a comment.
In D104714#2872826 <https://reviews.llvm.org/D104714#2872826>, @tstellar wrote:
> It looks like this patch breaks the utils/update_cc_test_checks/check-globals.test on stand-alone builds of clang, because it hard codes lit to lit.py in the llvm source tree. I think it should using the lit passed to -DLLVM_EXTERNAL_LIT= (if that option was specified).
This patch fixes the failure for me: D105873 <https://reviews.llvm.org/D105873>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104714/new/
https://reviews.llvm.org/D104714
More information about the llvm-commits
mailing list