[llvm-commits] [dragonegg] r95091 - /dragonegg/trunk/TODO
Duncan Sands
baldrick at free.fr
Tue Feb 2 06:51:42 PST 2010
Author: baldrick
Date: Tue Feb 2 08:51:42 2010
New Revision: 95091
URL: http://llvm.org/viewvc/llvm-project?rev=95091&view=rev
Log:
Add a TODO about linkage types (currently quite a mess).
Modified:
dragonegg/trunk/TODO
Modified: dragonegg/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/TODO?rev=95091&r1=95090&r2=95091&view=diff
==============================================================================
--- dragonegg/trunk/TODO (original)
+++ dragonegg/trunk/TODO Tue Feb 2 08:51:42 2010
@@ -44,6 +44,10 @@
and the "register type" used for passing about in register (i1 in this case).
This should tie in nicely with gimple registers versus references.
+Unify the code that determines which LLVM linkage type to use. Need to do
+a bunch of experimenting to work out how the mapping should really be done.
+
+
Code quality
------------
More information about the llvm-commits
mailing list