Schrijvers Luc

Results 588 comments of Schrijvers Luc

@davidkaroly maybe have a look at https://github.com/haikuports/haikuports/pull/10501 I had to revert the move for the binaries on 32bit? EDIT: a source I'm checking into requires LLVM18.1.4 minimum, maybe bump this...

> > EDIT: a source I'm checking into requires LLVM18.1.4 minimum, maybe bump this one to 18.1.6 if possible? > > 18.1.7 was just released. Yeah saw that yesterday, only...

> Also looking at the recipe the patch for clang/lib/Lex/InitHeaderSearch.cpp doesn't do anything anymore as the header path handling was moved to clang/lib/Driver/ToolChains/Haiku.cpp -- Haiku::AddClangSystemIncludeArgs(). This changed with 18. Patchset...

> It could mean that the header search is broken on x86 secondary arch. Guess it's time to check this on 32bit :) 64bit went fine. @brad0 thanks for taking...

Build completed on 32bit for LLVM18.1.7 based on this one, llvm-config gives correct paths.

> Also looking at coming up with a slightly better llvm-config diff that doesn't use #ifdef. Should've know better I gues ;) replaced the above with the one currently in,...

Pushed a commit to a branch on my fork: https://github.com/Begasus/haikuports/commit/57b1c111aacb8e3d9ad8b4620f8e662d43d18043 This contains the work from here and suggested changes. Could be nice if someone else beside me could check this....

> Also remove the clang/lib/Lex/InitHeaderSearch.cpp patch. Re-launching new build without it. If things are still good I'll push it up to my branch to check. Thanks! EDIT: nuked that part...

OK, think I've done about all I can for this, latest changes at: https://github.com/haikuports/haikuports/compare/master...Begasus:haikuports:llvm18.1.7 On 64bit and 32bit, full build for LLVM18 On 64bit, checked build for Qt-Creator, KDevelop and...

Thanks to all involved! 👍