[LLVMbugs] [Bug 13341] provide a way to load additional LLVM libraries, such as LLVMPolly.so
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 12 01:38:48 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13341
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Duncan Sands <baldrick at free.fr> 2012-07-12 03:38:48 CDT ---
Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120709/146321.html
You can use it like this:
gcc -fplugin=./dragonegg.so
-fplugin-arg-dragonegg-llvm-option=-load:LLVMPolly.so ...
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list