Skip to content

Make Setup Error Generated  #55

@HasanBank

Description

@HasanBank

Hi,
After command make setup, running is stopped because of an error.
When I command ./configure --version in llvm folder of the project,
LLVM configure 3.2svn
returns so I think LLVM version is the correct version.

/ACCEPT/llvm/lib/Transforms/IPO/PruneEH.cpp:252:28: error: no matching constructor for initialization of 'std::vector<BasicBlock *>'
  std::vector<BasicBlock*> Succs(succ_begin(BB), succ_end(BB));

That's the starting point of the error.
What should I do?
I use mac Mojave 10.14.5.
When I command clang --version, I get
Apple LLVM version 10.0.1 (clang-1001.0.46.4)

There are some environmental problems trigger this error in my opinion.

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