John Paul Adrian Glaubitz via llvm-dev
2020-Jul-06 10:27 UTC
[llvm-dev] Enabling debug information for debug only
Hello! I would like to debug Clang but avoid having to build LLVM with debug symbols enabled due to the size of the debug build which causes problems on the target system where I want to debug due to disk constraints. Is it possible to build LLVM and Clang but enable debug symbols for Clang only? If yes, how? Adrian PS: I'm only receiving digests on this list, so please keep me CC'ed. -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Alexey Zhikhartsev via llvm-dev
2020-Jul-06 14:13 UTC
[llvm-dev] Enabling debug information for debug only
Hi John, This should help: http://lists.llvm.org/pipermail/llvm-dev/2019-August/134606.html Best, Alexey On Mon, Jul 6, 2020 at 6:27 AM John Paul Adrian Glaubitz via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hello! > > I would like to debug Clang but avoid having to build LLVM with debug > symbols > enabled due to the size of the debug build which causes problems on the > target > system where I want to debug due to disk constraints. > > Is it possible to build LLVM and Clang but enable debug symbols for Clang > only? > > If yes, how? > > Adrian > > PS: I'm only receiving digests on this list, so please keep me CC'ed. > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer - glaubitz at debian.org > `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200706/c11c3eb8/attachment.html>
John Paul Adrian Glaubitz via llvm-dev
2020-Jul-06 14:34 UTC
[llvm-dev] Enabling debug information for debug only
Hi Alexey! On 7/6/20 4:13 PM, Alexey Zhikhartsev wrote:> This should help: > http://lists.llvm.org/pipermail/llvm-dev/2019-August/134606.htmlThanks. Exactly what I was looking for. Kind Regards, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913