[libcxx-commits] [libcxx] [libc++] Fix filesystem::remove_all() on FreeBSD (PR #79540)

Ed Maste via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 26 07:57:56 PST 2024


emaste wrote:

> Do you happen to have a simple recipe to build and run these tests on FreeBSD? I haven't done that before.

I haven't built upstream llvm in a while, but you should just be able to run e.g. `bin/llvm-lit ../libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all`

It looks a run with this change should have results here in a bit though:
https://buildkite.com/llvm-project/libcxx-ci/builds/33234#018d43a2-514b-40fd-86c4-6e743f60fe21

https://github.com/llvm/llvm-project/pull/79540


More information about the libcxx-commits mailing list