Skip to content

problem in configure and make #96

@Git-zyj

Description

@Git-zyj

configure.ac line 107:

AC_CHECK_PROG(FILECHECK,FileCheck,yes,no,path = "$CLANG_PREFIX/bin:$PATH:/usr/lib64/llvm")

should be:

AC_CHECK_PROG(FILECHECK,FileCheck,yes,no,$CLANG_PREFIX/bin:$PATH:/usr/lib64/llvm)

otherwise "llvm FileCheck" cannot be found when configuring:

checking for FileCheck... no
configure: error: Please install LLVM FileCheck before configuring.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions