[LLVMbugs] [Bug 6402] New: Better explicit dependencies

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 23 00:51:49 PST 2010


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

           Summary: Better explicit dependencies
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: cmake
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dgregor at apple.com
                CC: llvmbugs at cs.uiuc.edu


cmake/modules/LLVMLibDeps.cmake is really, really gross. Instead of dumping all
of LLVM's dependencies here, we should explicitly write the dependencies for a
library or tool within that library or tool. Then, we should generate
llvm-config from that information directly (as it is encoded in CMake) rather
than playing ames with Perl.

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