[PATCH] D118271: [BOLT] Prepare BOLT for unit-testing
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 07:41:32 PST 2022
thakis added inline comments.
================
Comment at: bolt/test/Unit/lit.site.cfg.py.in:12
+config.target_triple = "@TARGET_TRIPLE@"
+config.python_executable = "@Python3_EXECUTABLE@"
+
----------------
thakis wrote:
> Is this line needed? Do the bolt unit tests really run python? (All other LLVM projects only set this for the non-unit tests afaict)
https://reviews.llvm.org/D138299
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118271/new/
https://reviews.llvm.org/D118271
More information about the llvm-commits
mailing list