-
Notifications
You must be signed in to change notification settings - Fork 206
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
CommandLine Error under LLVM 7.0.1 (Arch) #357
Comments
Seems to be a problem with static linkage Works fine if LLVM is dynamically linked. |
Interesting. Are you building LLVM from source or using Arch's packages? |
Using Arch's packages. Googling suggests that we are loading multiple copies of LLVM? |
@ProfFan does this still reproduce and if so can you give us a set of instructions (e.g. that can be executed within |
I think this is because LLVM is linked in twice somehow. However I do not currently have time for this... |
Just wanted to mention #477 has been fixed by using Ubuntu's first-party repos instead of LLVM's ones. It may be that there are packaging issues here too. As before though, any attempt to fix this will need a way to reproduce (e.g., a Docker command line and short set of instructions would be best). |
Compiled using CMake
The text was updated successfully, but these errors were encountered: