[libcxx-commits] [PATCH] D144915: [libc++] Fix modules issues on OS X

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 28 14:55:17 PST 2023


ldionne updated this revision to Diff 501299.
ldionne added a comment.
Herald added a subscriber: arichardson.

Use types:: instead of TestMeta, and add CI bot.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144915/new/

https://reviews.llvm.org/D144915

Files:
  libcxx/test/libcxx/type_traits/is_always_bitcastable.compile.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy.segmented.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
  libcxx/test/std/depr/depr.c.headers/math_h.pass.cpp
  libcxx/test/std/language.support/support.limits/limits/is_specialized.pass.cpp
  libcxx/test/std/numerics/c.math/isfinite.pass.cpp
  libcxx/test/std/numerics/c.math/isinf.pass.cpp
  libcxx/test/std/numerics/c.math/isnan.pass.cpp
  libcxx/test/std/numerics/c.math/isnormal.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.as.rvalue/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/arrow.pass.cpp
  libcxx/test/std/strings/basic.string/string.access/at.pass.cpp
  libcxx/test/support/test.support/type_algorithms.pass.cpp
  libcxx/test/support/test_iterators.h
  libcxx/test/support/type_algorithms.h
  libcxx/utils/ci/buildkite-pipeline.yml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144915.501299.patch
Type: text/x-patch
Size: 29358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230228/ceee9415/attachment-0001.bin>


More information about the libcxx-commits mailing list