[all-commits] [llvm/llvm-project] e87c46: [libc++] Remove the need for the %{build_module} s...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Apr 15 10:01:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e87c46b162632df0f962f05998d2e26bb78dac5d
https://github.com/llvm/llvm-project/commit/e87c46b162632df0f962f05998d2e26bb78dac5d
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
A libcxx/test/libcxx/modules/cinttypes_exports.compile.pass.cpp
R libcxx/test/libcxx/modules/cinttypes_exports.sh.cpp
A libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
R libcxx/test/libcxx/modules/clocale_exports.sh.cpp
A libcxx/test/libcxx/modules/cstdint_exports.compile.pass.cpp
R libcxx/test/libcxx/modules/cstdint_exports.sh.cpp
A libcxx/test/libcxx/modules/inttypes_h_exports.compile.pass.cpp
R libcxx/test/libcxx/modules/inttypes_h_exports.sh.cpp
A libcxx/test/libcxx/modules/stdint_h_exports.compile.pass.cpp
R libcxx/test/libcxx/modules/stdint_h_exports.sh.cpp
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Remove the need for the %{build_module} substitution
Instead of using .sh.cpp tests for the modules tests, use .compile.pass.cpp
and add the -fmodules additional flag.
More information about the All-commits
mailing list