search for: gypi

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

Did you mean: glpi
2013 Nov 15
2
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
...lly be a bug with gold trying to cache > too many open files. > > How are you trying to build it? The standard Chromium build system was modified to add -flto -Os to cflags (which I'm assuming in this case also gets passed to clang++) and -flto to ldflags in chromium/src/build/common.gypi and I think some of the build files for libraries that are built along with Chromium were modified to not use -flto because they didn't work. I'm not the one who did that work, unfortunately, so I can't say for sure exactly what all was modified. -- Stephen Checkoway
2013 Nov 15
0
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
...ld trying to cache >> too many open files. >> >> How are you trying to build it? > > The standard Chromium build system was modified to add -flto -Os to cflags (which I'm assuming in this case also gets passed to clang++) and -flto to ldflags in chromium/src/build/common.gypi and I think some of the build files for libraries that are built along with Chromium were modified to not use -flto because they didn't work. I'm not the one who did that work, unfortunately, so I can't say for sure exactly what all was modified. > > -- > Stephen Checkoway >...
2013 Nov 15
0
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
On 14 November 2013 18:01, Stephen Checkoway <s at pahtak.org> wrote: > > On Nov 14, 2013, at 8:19 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > >> But gold has at most 2 objects loaded at any time. > > Are you sure about that? I haven't looked into it but while building Chromium with LTO, I get: > > ../../third_party/gold/gold64: fatal
2013 Feb 05
0
[LLVMdev] Integrated ARM assembler
...tegrated-as -c -xc - Not implemented yet <stack dump> 3) There are -Wa options that the integrated assembler does not recognize. To reproduce these issues, try building chromium targeting Android with "clang=1" after adding '-integrated-as' to cflags in "build/common.gypi". http://code.google.com/p/chromium/wiki/Clang -Greg On Tue, Feb 5, 2013 at 6:27 AM, Renato Golin <renato.golin at linaro.org>wrote: > Hi all, > > I remember the discussion about promoting the integrated ARM assembler as > the default option, but I don't remember...
2013 Nov 14
2
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
On Nov 14, 2013, at 8:19 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > But gold has at most 2 objects loaded at any time. Are you sure about that? I haven't looked into it but while building Chromium with LTO, I get: ../../third_party/gold/gold64: fatal error: out of file descriptors and couldn't close any clang: error: linker command failed with exit code 1
2013 Feb 05
3
[LLVMdev] Integrated ARM assembler
Hi all, I remember the discussion about promoting the integrated ARM assembler as the default option, but I don't remember the outcome. While compiling on ARM, I noticed that clang is not setting the integrated-as by default and is calling GAS before LD, which sometimes cause confusion (GAS doesn't like using r13 as a GPR, for instance). While this is unpredictable in Thumb, it's