[llvm-branch-commits] [libcxx] [libc++][modules] Adds module testing. (PR #76246)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 9 09:33:52 PST 2024
================
@@ -223,6 +283,12 @@ class CxxStandardLibraryTest(lit.formats.FileBasedTest):
allows adding special compilation flags without having to use a
.sh.cpp test, which would be more powerful but perhaps overkill.
+ // MODULE: std std.compat
----------------
ldionne wrote:
Maybe `MODULE_DEPENDENCIES` makes more sense?
https://github.com/llvm/llvm-project/pull/76246
More information about the llvm-branch-commits
mailing list