[LLVMbugs] [Bug 6509] New: Compile error results in MSVC not compiling llvm.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 5 01:14:59 PST 2010


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

           Summary: Compile error results in MSVC not compiling llvm.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Transformation Utilities
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ahmedcharles at gmail.com
                CC: llvmbugs at cs.uiuc.edu


There is an ifdef section which defines setjmp -> _setjmp. Because this
replacement is applied liberally.

lib/Transforms/Utils/LowerInvoke.cpp:147 and 156

The most trivial change at this point would be to remove the mmvc specific
ifdef's and just not replace the name.

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