diff options
author | Mariusz Ceier <mceier+llvm@gmail.com> | 2022-02-07 09:20:03 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-02-07 09:20:03 -0800 |
commit | e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494 (patch) | |
tree | 82a57db44dc0aacdf1924f1631a5e9a5682f67a9 /llvm/lib/Bitcode/Reader/BitReader.cpp | |
parent | 897d92faeff65e5fcccaeaf28cd992bec8f05a50 (diff) | |
download | llvm-e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494.zip llvm-e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494.tar.gz llvm-e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494.tar.bz2 |
Fix lld standalone build
lld/ELF/OutputSections.cpp includes llvm/Config/config.h for
LLVM_ENABLE_ZLIB definition, but llvm/Config/config.h doesn't exist in
standalone build.
To fix this, this patch moves LLVM_ENABLE_ZLIB from config.h to
llvm-config.h and updates OutputSections.cpp to include llvm-config.h
instead of config.h
Reviewed By: MaskRay, mgorny
Differential Revision: https://reviews.llvm.org/D119058
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitReader.cpp')
0 files changed, 0 insertions, 0 deletions