I'm just curious: Is libcxx generally supposed to merely pass through what the
operating system is returning (as in this case) or is is supposed to provide a
common abstraction that behaves the same on all platforms?
-- adrian
> On Aug 10, 2016, at 8:23 PM, Eric Fiselier via cfe-commits
> wro
Thanks Matthias. My apoligies, I lost track of this patch.
On Tue, Aug 9, 2016 at 7:31 PM, Bruno Cardoso Lopes via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Thanks Matthias!
>
> On Tue, Aug 9, 2016 at 6:02 PM, Matthias Braun via cfe-commits
> wrote:
> > Author: matze
> > Date: Tue Aug
Thanks Matthias!
On Tue, Aug 9, 2016 at 6:02 PM, Matthias Braun via cfe-commits
wrote:
> Author: matze
> Date: Tue Aug 9 20:02:28 2016
> New Revision: 278191
>
> URL: http://llvm.org/viewvc/llvm-project?rev=278191&view=rev
> Log:
> test/hard_link_count(): Fix test on darwin
>
> The hard link cou
Author: matze
Date: Tue Aug 9 20:02:28 2016
New Revision: 278191
URL: http://llvm.org/viewvc/llvm-project?rev=278191&view=rev
Log:
test/hard_link_count(): Fix test on darwin
The hard link count that stat reports are different between normal hfs and the
case sensitive variant. Accept both.
Modif