Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Setup Error Generated #55

Open
HasanBank opened this issue Jan 7, 2020 · 1 comment
Open

Make Setup Error Generated #55

HasanBank opened this issue Jan 7, 2020 · 1 comment

Comments

@HasanBank
Copy link

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.

@sampsyo
Copy link
Member

sampsyo commented Jan 7, 2020

Hmm, I'm confused—is this while building LLVM or while building ACCEPT? It looks like it's coming from the LLVM source code. If so, I'm not sure how I can help… maybe you can try to divine why there would be no std::vector available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants