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

test_UI_Hybrid fails with "llvm-extract: not found" #116

Open
pablooliveira opened this issue Aug 9, 2016 · 0 comments
Open

test_UI_Hybrid fails with "llvm-extract: not found" #116

pablooliveira opened this issue Aug 9, 2016 · 0 comments
Assignees
Labels

Comments

@pablooliveira
Copy link
Member

llvm-extract is not provided anymore on debian.

You either have to call /usr/lib/llvm-3.5/bin/llvm-extract which is not on the standard path, or call llvm-extract-3.5 directly.

I think the same issue happens with clang and opt. We should maybe call these tools by using LLVM_PATH + "/bin/" + toolname

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

No branches or pull requests

2 participants