[libcxx-commits] [PATCH] D116119: [libc++] WIP fix to_chars with -fms-extensions.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 21 10:11:38 PST 2021


Mordante created this revision.
Herald added a subscriber: arichardson.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The current code is just a test to see what breaks. The expectation was
that the current clang-cl build would already fail. Test whether adding
the explicit flag makes if fail there.

Fixes llvm.org/PR52709


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116119

Files:
  libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
  libcxx/utils/ci/buildkite-pipeline.yml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116119.395714.patch
Type: text/x-patch
Size: 17974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211221/8f87aefb/attachment-0001.bin>


More information about the libcxx-commits mailing list