[LLVMbugs] [Bug 2148] New: 3 VC8 Build Scripts (Projects) are out of date, patches included

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 12 19:10:45 PDT 2008


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

           Summary: 3 VC8 Build Scripts (Projects) are out of date, patches
                    included
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: overminddl1 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1540)
 --> (http://llvm.org/bugs/attachment.cgi?id=1540)
Patches to fix the VC8 projects.

Three VC8 projects are out of date with the SVN head as of the date of this bug
addition.

lib\Transforms\Utils\LowerSelect.cpp lib\Transforms\Scalar\LowerPacked.cpp
lib\Transforms\Scalar\CorrelatedExprs.cpp need to be *removed* from the VC8
project 'Transforms'
lib\CodeGen\PseudoSourceValue.cpp and lib\CodeGen\LoopAligner.cpp need to be
*added* to the VC8 project 'CodeGen'
lib\Transforms\IPO\StructRetPromotion.cpp needs to be *added* to the VC8
project 'Transforms'
lib\ExecutionEngine\JIT\JITDwarfEmitter.h and
lib\ExecutionEngine\JIT\JITDwarfEmitter.cpp need to be *added* to the VC8
project 'ExecutionEngine'

And the dobison.cmd file needs some work to always work when it detects that
bison exists (as it did with me), but it is non-vital and I need to look at
that one some more (I barely noticed the issue, just copied things manually
when I noticed that it did not work), thus it is not blocking, but if anyone
wants to look at it, feel free.


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