[PATCH] D149026: [BOLT] Fix many tests detected as unsupported

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 11:39:30 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb3780af3b3cd: [BOLT] Fix many tests detected as unsupported (authored by jobnoorman, committed by rafauler).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149026/new/

https://reviews.llvm.org/D149026

Files:
  bolt/test/lit.cfg.py


Index: bolt/test/lit.cfg.py
===================================================================
--- bolt/test/lit.cfg.py
+++ bolt/test/lit.cfg.py
@@ -110,4 +110,4 @@
         ('--targets-built', calculate_arch_features)
      ])
 
-config.targets = frozenset(config.targets_to_build.split())
+config.targets = frozenset(config.targets_to_build.split(';'))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149026.516479.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/ef2da888/attachment.bin>


More information about the llvm-commits mailing list