AaronBallman wrote:

> > I'm not convinced I have sufficient tests, so I'm especially interested in 
> > some help figuring out what else to test and how to go about it. I don't 
> > believe we need to test library behavior here because Clang does not 
> > provide any library support for complex types in freestanding mode; we 
> > expect the user to link against a C standard library that has such support.
> 
> I haven't looked at it in details yet, but the test needs to run on Linux and 
> Windows.

I don't think there's anything platform-specific about our support at this 
level, so the test has no triples in the RUN line (so it will be run on all 
triples we test on which includes Linux and Windows). Or do you mean something 
else?

https://github.com/llvm/llvm-project/pull/88161
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to