Displaying 3 results from an estimated 3 matches for "fastbuild".
Did you mean:
fastbind
2006 Mar 27
0
Wine and cedega weird problem
..."
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X alsa apache2 apm arts audiofile avi berkdb
bitmap-fonts bzip2 cli crypt ctype cups dba dri eds emboss encode esd
expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm
gif glut gnome gpm gstreamer gtk gtk2 idn imlib ipv6 jpeg kde lcms
libg++ libwww mad memlimit mikmod mmx mmxext mng motif mp3 mpeg ncurses
nls nptl ogg opengl oss pam pcre pdflib perl png posix python qt
quicktime readline samba sdl session simp...
2020 Apr 10
4
Running clang tests
Hi,
I’d just like to interject to say that building within Visual Studio isn’t really that bad. Running the lit tests is a bit painful because the LLVM build tools that are integrated with the build system don’t play nice with msbuild. Particularly, I’ve never been able to actually cancel an invocation of lit or tablegen via visual studio. That said, there is a huge upside to building with
2019 Feb 25
4
Making LLD PDB generation faster
How do you compile LLD? There's a big difference between when using MSVC vs
Clang. The parallel ghash patch I was mentioning is almost 2x as fast when
using Clang 7.0+ vs. MSVC 15.9+, I don't know exactly why. I also suggest you use
the Release target. You should also grab this patch:
https://reviews.llvm.org/D55056 - I had to revert it because it was causing
issues with LLDB. But it