Skip to content

Can not build if LLVM is a work-tree. #1793

Description

@MarekKnapek

Hi, emsdk depends on some other git repositories. Such as binaryen, emscripten or llvm. The llvm repository especially is very huuuge. When building emsdk I don't want to download llvm if I already have it somewhere else for different purposes. I would like to use the work-tree technology of git.

So, instead of downloading the entirety of lllvm, I "just" create a new git work-tree instead.

But the python script in emsdk is not ready for this eventuality. It is not prepared for this scenario. It behaves as-if git work-tree functionality never existed, was never invented.

In this issue I propose to teach your python script about this eventuality, this would save me a lot of useless downloading.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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