-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 10083 |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:01 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
I'm running Ubuntu 10.04. I installed the latest versions of llvm and polly from svn source (llvm: #132548 polly: #132550).
When I load LLVMPolly.so from opt I invariably get the message:
Error opening '/usr/local/lib/LLVMPolly.so': /usr/local/lib/LLVMPolly.so: undefined symbol: _ZNK4llvm10RegionPass17createPrinterPassERNS_11raw_ostreamERKSs
There is mention of the problem at:
http://legup.eecg.utoronto.ca/wiki/doku.php?id=andrew_s_log
but the solution isn't clear.