[PATCH] D95339: [RFC][test] Adapt debug-info lit framework for more general purposes - part 1
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 14:49:11 PDT 2021
mehdi_amini added a comment.
> either in build output or via environment variables
This "magic" seems somehow fragile to me: if I have an old lldb installed and I run the cross-project tests with clang+lld+flang configured, it may run the lldb test and incorrectly fails `ninja check-all` because I only intended to test clang+lld+flang that I'm building/testing in the repo. Can this be controlled by a flag instead so there is an explicit opt-in to use a prebuilt tool? (`-DCROSS_PROJECT_LLDB_PATH=<path>` straw man).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95339/new/
https://reviews.llvm.org/D95339
More information about the llvm-commits
mailing list