[PATCH] D117853: [ELF] Parallelize --compress-debug-sections=zlib
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 6 05:10:29 PST 2022
mgorny reopened this revision.
mgorny added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/ELF/OutputSections.cpp:18
#include "llvm/BinaryFormat/Dwarf.h"
-#include "llvm/Support/Compression.h"
+#include "llvm/Config/config.h" // LLVM_ENABLE_ZLIB
#include "llvm/Support/MD5.h"
----------------
This breaks the build against installed LLVM since `config.h` is a private header. I guess you're looking to add a new constant to `llvm-config.h`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117853/new/
https://reviews.llvm.org/D117853
More information about the llvm-commits
mailing list