[all-commits] [llvm/llvm-project] b3780a: [BOLT] Fix many tests detected as unsupported
Job Noorman via All-commits
all-commits at lists.llvm.org
Mon Apr 24 11:39:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3780af3b3cdcb9881999de382d4f4bb675c7cd7
https://github.com/llvm/llvm-project/commit/b3780af3b3cdcb9881999de382d4f4bb675c7cd7
Author: Job Noorman <jnoorman at igalia.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M bolt/test/lit.cfg.py
Log Message:
-----------
[BOLT] Fix many tests detected as unsupported
Since D148847, many tests are detected as being unsupported. This is
caused by BOLT_TARGETS_TO_BUILD being ;-separated whereas the previously
used TARGETS_TO_BUILD is space-separated.
This patch fixes this by creating config.targets lit.cfg.py by splitting
on ';'.
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D149026
More information about the All-commits
mailing list