Jérôme Duval

Results 177 comments of Jérôme Duval

Sorry, nothing else actually. I'll review the test suite failures.

> If you have time try to look into implementing the `__kmp_get_load_balance` function for Haiku. Haiku is simply not providing this kind of information ATM (getloadavg). I'll have a try...

I've changed this line already: https://github.com/haikuports/haikuports/blob/e72bd3f94cbcc2c4a4f9c333ed4502d72d4e61ad/sys-devel/llvm/patches/llvm20-20.1.0.patchset#L1882

> The sanitizer bits were pushed upstream. Cool. Thank you.

> Since that is the case I am pushing this upstream to disable the dynamic load balancing code path since the -1 setting causes the stack to go to the...

https://github.com/haikuports/haikuports/issues/11904

> added llvm12 depending on itself.. > > ``` > Error: Port llvm12-12.0.1 depends on itself > ``` > > looking at the recipe, it clearly does. x86 has no...

> Another one : `jasper`: https://build.haiku-os.org/buildmaster/master/riscv64/?buildrunDir=704&viewMode=expanded > > In the case of LLVM12 I can understand the issue, but for jasper it doesn't make sense that there is: `depend on...

> To reproduce without openssh, these 37 lines of C should do the same thing: (needs to be linked with `-lnetwork`) ... > Just like from openssh. If the bug...