[llvm-dev] FreeBSD user willing to try fix a unit test?

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Sat Jul 23 16:01:39 PDT 2016


On 23 July 2016 at 11:08, Dimitry Andric via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Let's just drop the || !defined(__FreeBSD__) part.  Btw, any idea what the
> defined(__llvm__) part is supposed to accomplish?

It was added in the same commit, and given the comment above I think
it's probably so the test still runs on FreeBSD if Clang is
self-hosting.

Tim.


More information about the llvm-dev mailing list