[all-commits] [llvm/llvm-project] d7915c: [libc++][test] Fixes using modules in the test suite.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Mon Jul 31 09:37:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7915c8aa95010302bd98429e14bb7c50252344f
https://github.com/llvm/llvm-project/commit/d7915c8aa95010302bd98429e14bb7c50252344f
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
A libcxx/test/std/modules/std.pass.cpp
M libcxx/utils/libcxx/test/dsl.py
Log Message:
-----------
[libc++][test] Fixes using modules in the test suite.
Importing modules in the test suite failed due to linker errors. This
fixes the issue and adds a minimal test to validate importing the std
module works.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D156550
More information about the All-commits
mailing list