[LLVMbugs] [Bug 731] Enhanced Makefile System To Use SCONS

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Nov 25 00:36:30 PST 2007


http://llvm.org/bugs/show_bug.cgi?id=731


Reid Spencer <rspencer at reidspencer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|LATER                       |




--- Comment #10 from Reid Spencer <rspencer at reidspencer.com>  2007-11-25 02:36:29 ---
I think using scons at this point is just too much of a change for llvm. What I
would like to do is the original proposal of modularizing the makefiles so that
each directory builds one kind of thing, etc. I've already started that work in
the support module (currently unused). I'd like to see all the supportish type
things moved there and all the other modules start using it. Of course, it
needs significant upgrade since I last worked on it. I need a makefile system
for HLVM and I'm abandoning scons there because I don't want HLVM looking any
different from any of the other LLVM projects. So, I'll be working on this in
the support module so that HLVM and sample projects can use it. When those are
sufficiently working well, I'll retro-fit LLVM .. don't hold your breath :) 


-- 
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