Skip to content

Automate packaging of LLVM obfuscation binaries #98

Description

@SkySingh04

Summary

Maintainers now rebuild LLVM/OLLVM binaries manually using the steps in docs/LLVM_BUILDS.md, but there is no helper script to package the results into the tarball that CI expects.

Proposed Changes

  • Add a script (e.g., scripts/package-llvm-plugins.sh) that:
    1. Copies llvm-patches/ollvm into a temporary llvm-project checkout.
    2. Configures & builds the required tools/plugins.
    3. Collects the artifacts into the canonical directory layout.
    4. Produces the tarball (and optionally prints SHA256) so it can be uploaded to GCP.
  • Document how to run the script and where the tarball gets written.

Why

Provides a repeatable process for producing the binaries/tarballs that CI consumes and lowers the barrier for new contributors to refresh the artifacts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions