[all-commits] [llvm/llvm-project] d4d8f2: [libc++] Simplify how we select modules flavors in...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Sep 18 06:37:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4d8f214a390b2ef1567bfec13d79b2f0ef58d41
https://github.com/llvm/llvm-project/commit/d4d8f214a390b2ef1567bfec13d79b2f0ef58d41
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M libcxx/cmake/caches/Generic-modules-lsv.cmake
M libcxx/utils/libcxx/test/params.py
Log Message:
-----------
[libc++] Simplify how we select modules flavors in the test suite (#66385)
This gets rid of the separate parameter enable_modules_lsv in favor of
adding a named option to the enable_modules parameter. The patch also
removes the getModuleFlag helper, which was just a really complicated
way of hardcoding "none".
More information about the All-commits
mailing list