search for: clang40

Displaying 6 results from an estimated 6 matches for "clang40".

2018 Dec 29
5
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...t below, this has already been reported a while back but still no new patch, so this email is to serve as a reminder, if someone manually fixes it for the ports tree, I dont consider that a fix, ideally we need this fixed in the source code, as not everyone will install it from ports. Chris "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/var/run/dovecot"\" -DPKG_STATEDIR=\""/var/lib/dovecot"\" -DSYSCONFDIR=\""/etc/dovecot"\...
2019 Jan 20
2
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...d a while back but still > no new patch, so this email is to serve as a reminder, if someone > manually fixes it for the ports tree, I dont consider that a fix, > ideally we need this fixed in the source code, as not everyone will > install it from ports. > > Chris > > "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib > -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings > -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/var/run/dovecot"\" > -DPKG_STATEDIR=\""/var/lib/dovecot"\" -DSYSCONFDIR=\""/etc...
2017 Aug 04
3
Cross compiling C++ program
...ng llvm+clang... sorry. > > $ cmake -G 'Unix Makefiles' -DBAREMETAL_ARMV7EM_SYSROOT=~/arm-sysroot -C > path/to/copy/of/edited/BaremetalARM.cmake path/to/llvm > > Where your path/to/llvm has the symlinks: > > * path/to/llvm/tools/clang -> path/to/clang ln -s `which clang40` path/to/llvm/tools/clang > * path/to/llvm/runtimes/compiler_rt path/to/compiler_rt ln -s path/to/llvm/projects/compiler-rt path/to/llvm/runtimes/compiler_rt Is that right? > > And by "edited BaremetalARM.cmake" I mean you can strip out the other > targets in there that...
2018 Dec 29
0
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...a while back but still > no new patch, so this email is to serve as a reminder, if someone > manually fixes it for the ports tree, I dont consider that a fix, > ideally we need this fixed in the source code, as not everyone will > install it from ports. > > Chris > > "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib > -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings > -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/var/run/dovecot"\" > -DPKG_STATEDIR=\""/var/lib/dovecot"\" -DSYSCONFDIR=\""/etc...
2019 Jan 20
0
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...w patch, so this email is to serve as a reminder, if someone > > manually fixes it for the ports tree, I dont consider that a fix, > > ideally we need this fixed in the source code, as not everyone will > > install it from ports. > > > > Chris > > > > "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib > > -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings > > -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/var/run/dovecot"\" > > -DPKG_STATEDIR=\""/var/lib/dovecot"\" -DSYSCONFDIR=\&...
2017 Aug 04
2
Cross compiling C++ program
On Fri, Aug 04, 2017 at 01:54:33PM -0600, Jonathan Roelofs wrote: > > > On 8/4/17 1:14 PM, Goran Mekić via llvm-dev wrote: > > On Thu, Aug 03, 2017 at 08:22:24AM -0600, Jonathan Roelofs wrote: > > > IIUC, you don't want to cross compile llvm itself (which is what those > > > instructions are for), but instead you want to *use* llvm to cross compile > >