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

            Bug ID: 16364
           Summary: LLVMARMCodeGen project do not compile on VS 2012
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

After conversion of the project with CMAKE, the solution did not build due to
the project LLVMARMCodeGen.
The error: 
StackSlotColoring.cpp: "error C2027: use of undefined type 'llvm::raw_ostream'"

Possible fix: include
#include "llvm/Support/raw_ostream.h"

into the StackSlotColoring.cpp

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