This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX319802: [libcxx] Fix intrinsics for MSVC (authored by
smeenai).
Repository:
rCXX libc++
https://reviews.llvm.org/D40774
Files:
include/algorithm
Index: include/algorithm
smeenai added a subscriber: bcraig.
smeenai added a comment.
In https://reviews.llvm.org/D40774#945254, @halyavin wrote:
> In https://reviews.llvm.org/D40774#944751, @smeenai wrote:
>
> > In https://reviews.llvm.org/D40774#944749, @halyavin wrote:
> >
> > > In https://reviews.llvm.org/D40774#9439
halyavin added a comment.
In https://reviews.llvm.org/D40774#944751, @smeenai wrote:
> In https://reviews.llvm.org/D40774#944749, @halyavin wrote:
>
> > In https://reviews.llvm.org/D40774#943993, @smeenai wrote:
> >
> > > Are you actually using libc++ with cl? :)
> >
> >
> > People mostly use it
smeenai added a comment.
In https://reviews.llvm.org/D40774#944749, @halyavin wrote:
> In https://reviews.llvm.org/D40774#943993, @smeenai wrote:
>
> > Are you actually using libc++ with cl? :)
>
>
> People mostly use it to compile on Windows but I heard someone launches the
> result too. Since
halyavin added a comment.
In https://reviews.llvm.org/D40774#943993, @smeenai wrote:
> Are you actually using libc++ with cl? :)
People mostly use it to compile on Windows but I heard someone launches the
result too. Since no one complains and it passed most of the testing, I guess
the result
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
Are you actually using libc++ with cl? :)
https://reviews.llvm.org/D40774
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.
halyavin created this revision.
The parameter was previously renamed but MSVC path was not updated.
https://reviews.llvm.org/D40774
Files:
include/algorithm
Index: include/algorithm
===
--- include/algorithm
+++ include/algorit