[PATCH] D78340: [Flang] fix dependency issues after D78215
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 12:28:35 PDT 2020
ro added a comment.
Unfortunately, this didn't help as much as I hoped: when trying on Linux/x86_64, I got 113 GB for the -gsplit-dwarf build vs. 157 GB for a regular Debug build. Compare that with a shared build: only 23 GB.
Strange, `bin/f18` is 1.8 GB with `-gsplit-dwarf`, but only 1.1 GB without.
FWIW, I discovered that there's a `LLVM_USE_SPLIT_DWARF` cmake option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78340/new/
https://reviews.llvm.org/D78340
More information about the llvm-commits
mailing list