[LLVMbugs] [Bug 11413] New: Compile error in the ARM backend on x86_64-pc-win32 (msvc, debug build)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 21 08:33:07 PST 2011


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

             Bug #: 11413
           Summary: Compile error in the ARM backend on x86_64-pc-win32
                    (msvc, debug build)
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: kai at redstar.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Building the ARM backend results in the following compiler error:

(ClCompile target) ->
  ..\..\..\..\llvm\lib\Target\ARM\ARMLoadStoreOptimizer.cpp(1720): error C2027:
 use of undefined type 'llvm::raw_ostream' [D:\OpenSource\LLVM\build-x64\lib\Ta
rget\ARM\LLVMARMCodeGen.vcxproj]

The obvious fix is to add llvm/Support/raw_ostream.h to the list of include
files in lib\Target\ARM\ARMLoadStoreOptimizer.cpp.

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