[LLVMbugs] [Bug 16364] New: LLVMARMCodeGen project do not compile on VS 2012
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 18 13:52:31 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: alexvgml at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130618/13170bd4/attachment.html>
More information about the llvm-bugs
mailing list