search for: d7360

Displaying 2 results from an estimated 2 matches for "d7360".

Did you mean: 17360
2020 Nov 18
0
wasteful cmake defaults
...thout debug information and without assertions, it isn't clear that it is really good for most (developers likely want debug info and assertions in non-optimized builds, non developers may want a release build). See also the revision that introduced the current behavior: http://reviews.llvm.org/D7360 We could make Release the default I guess, the main drawback I see right now is that it could affect bots that are relying on the default and wouldn't get assertions anymore? That said our upstream buildbots infra seems to have explicit defaults: https://github.com/llvm/llvm-zorg/blob/master/z...
2020 Nov 18
1
wasteful cmake defaults
Yeah, that's one I'd be in favor of fixing, if it's still the case. On Tue, Nov 17, 2020 at 5:38 PM Sean Silva via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I'm curious how much of this is due to not using LLD? Last I checked, using ld.bfd instead of LLD (or gold) was one of my major build time issues, and somehow our default configuration would use ld.bfd. >