We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Chadi-akel
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: