[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:12:59 PST 2022


thakis added inline comments.
Herald added a subscriber: treapster.
Herald added a project: All.


================
Comment at: bolt/test/Unit/lit.site.cfg.py.in:12
+config.target_triple = "@TARGET_TRIPLE@"
+config.python_executable = "@Python3_EXECUTABLE@"
+
----------------
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)


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