Skip to content

LLVM_CONFIG_PATH being used before llvm-config exists #3

@jakesays-old

Description

@jakesays-old

build_dependencies.cmake is using LLVM_CONFIG_PATH before llvm-config is built.

if(NOT ANDROID)

   ...

    if(NOT LLVM_CONFIG_PATH)
        set(LLVM_CONFIG_PATH ${TOOLCHAIN_DIR}/bin/llvm-config CACHE PATH "llvm-config path")
    endif()
    include(llvm_config)

   ...

endif()

This causes the build to fail.

I cloned this repo just prior to attempting the build.

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