search for: linker_flag

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

Did you mean: linkerflag
2016 Dec 20
2
(Thin)LTO llvm build
...make command > line is that sometimes the configure fails because it uses those > flags in various configuration checking compiles. So typically I > hand edit the resulting CMakeCache.txt if I want to pass specific > options to the build. Note that there are various flavors of e.g. > LINKER_FLAGS that get passed to different types of links though > (SHARED vs EXE etc). I haven't tried setting CFLAGS etc env > variables before kicking off the ninja build to pass args. I set the variables before running cmake and I didn't expect for it to be re-considered when running ninja, b...
2016 Dec 20
0
(Thin)LTO llvm build
...t setting *FLAGS on the cmake command line is that sometimes the configure fails because it uses those flags in various configuration checking compiles. So typically I hand edit the resulting CMakeCache.txt if I want to pass specific options to the build. Note that there are various flavors of e.g. LINKER_FLAGS that get passed to different types of links though (SHARED vs EXE etc). I haven't tried setting CFLAGS etc env variables before kicking off the ninja build to pass args. > - Is there a configuration in the CI matrix that builds all > of LLVM with ThinLTO so that I can be reasonably s...
2016 Oct 04
4
(Thin)LTO llvm build
On Mon, Oct 3, 2016 at 10:54 PM, Teresa Johnson <tejohnson at google.com> wrote: > > Aha - finally reproduced! The difference is using ld.bfd not > ld.gold. With that I get the same failure (using 3.9 to build 3.9 > sources): Thanks a lot! [...] > I am not sure what the official support story is for LLVMgold.so and > ld.bfd. As mentioned earlier, the LLVM site indicates
2016 Dec 21
0
(Thin)LTO llvm build
...ne is that sometimes the configure fails because it uses those > > flags in various configuration checking compiles. So typically I > > hand edit the resulting CMakeCache.txt if I want to pass specific > > options to the build. Note that there are various flavors of e.g. > > LINKER_FLAGS that get passed to different types of links though > > (SHARED vs EXE etc). I haven't tried setting CFLAGS etc env > > variables before kicking off the ninja build to pass args. > > I set the variables before running cmake and I didn't expect for it to > be re-consider...
2016 Dec 20
6
(Thin)LTO llvm build
​Hi again, Teresa. Looks like I had forgotten to report back with success when finally building 3.9.0 in ThinLTO linker mode back in October. Sorry about that and thanks for helping me out. I know how important it is to get success reports as well, as a developer myself, so sorry again :(. While that worked back then, last weekend I tried to build 3.9.1 using 3.9.0 as installed from Arch Linux
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows