[all-commits] [llvm/llvm-project] 1ee839: [libc++] Use the new .gen tests to implement __ver...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon May 29 12:29:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ee839d0ce13820955749a6d0e2506c4ea55d030
https://github.com/llvm/llvm-project/commit/1ee839d0ce13820955749a6d0e2506c4ea55d030
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
A libcxx/test/libcxx/assertions/headers_declare_verbose_abort.gen.py
R libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
M libcxx/utils/generate_header_tests.py
A libcxx/utils/libcxx/test/header_information.py
Log Message:
-----------
[libc++] Use the new .gen tests to implement __verbose_abort tests
This reduces the amount of boilerplate that we need to generate
for each commit. It also resolves a problem where the modular CI
would run extremely slow on this test because we'd define a macro
before including the standard library, defeating the module cache.
Differential Revision: https://reviews.llvm.org/D151156
More information about the All-commits
mailing list