Skip to content

What other libraries can we exclude from the CHPL_LLVM=bundled build #27317

Open
@jabraham17

Description

@jabraham17

In recently found that we can force disable usage of libxml2 in the CHPL_LLVM=bundled build, as its optionally and only required by llvm-mt, a windows-only tool we don't use

See #27315

There may before libraries we can exclude that would improve the portability of CHPL_LLVM=bundled for users

Other cmake variables to consider

  • LLVM_ENABLE_ZLIB
  • LLVM_ENABLE_ZSTD
  • LLVM_ENABLE_CURL
  • LLVM_ENABLE_LIBEDIT (im pretty sure we should keep this one)
  • LLVM_ENABLE_Z3_SOLVER

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions