[LLVMbugs] [Bug 13341] New: 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:26:26 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13341
Bug #: 13341
Summary: provide a way to load additional LLVM libraries, such
as LLVMPolly.so
Product: dragonegg
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: New Bugs
AssignedTo: baldrick at free.fr
ReportedBy: sameer.sahasrabuddhe at amd.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
It is currently not possible to enable polly optimizations directly from
dragonegg. The available workaround is to generate LLVM IR using dragonegg and
then invoke opt to run optimizations from polly.
It is desirable to have a way to specify additional LLVM libraries on the
command line when using dragonegg. This is particularly useful when using
standardized scripts (such as benchmark scripts) that do not accept chains of
multiple commands for compiling.
--
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