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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to