<div dir="ltr">(minor cleanup required: gdb's split dwarf support needs -gdb-index, which means you need a linker that can do that (gold or lld) & also I think the LLVM_USE_SPLIT_DWARF is incomplete (because it only enables -gsplit-dwarf but doesn't add the -Wl,-gdb-index flag to the linker action) & so before recommending it as a mainstream thing should probably be tidied up a bit/fleshed out to address thoes issues)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 26, 2019 at 10:17 PM Tom Stellard via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 11/26/2019 10:41 AM, Reid Kleckner via llvm-dev wrote:<br>
> On Tue, Nov 26, 2019 at 10:31 AM David Jones via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a> <mailto:<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>>> wrote:<br>
> <br>
>     Throw hardware at it.<br>
> <br>
> <br>
> While I agree that this is good advice with the current state of affairs, I don't think we should consider the current situation acceptable.<br>
> <br>
> LLVM has a lot of knobs that Tim alluded to, but first time users shouldn't have to search for them to get a working debug build of LLVM out of the box. As a community, we need to raise the bar here, and spend some time making first time build setup easier. I seem to recall that there were discussions at the dev meeting about simplifying our CMake build, and I think this can be part of that effort.<br>
> <br>
<br>
Can we make LLVM_USE_SPLIT_DWARF=ON the default?  This seems like the<br>
easiest way to solve the memory usage issues, and we are already recommending<br>
this whenever users hit this problem.<br>
<br>
-Tom<br>
<br>
> <br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
> <br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>