http://llvm.org/bugs/show_bug.cgi?id=6939
Summary: Compilation fails for clang: missing function
EmitAnyExprToMem()
Product: clang
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
When compiling clang, I get the following error message:
llvm-trunk/tools/clang/lib/CodeGen/CGException.cpp: In function 'void
EmitAnyExprToExn(clang::CodeGen::CodeGenFunction&, const clang::Expr*,
llvm::Value*)':
llvm-trunk/tools/clang/lib/CodeGen/CGException.cpp:179: error: 'class
clang::CodeGen::CodeGenFunction' has no member named 'EmitAnyExprToMem'
Grepping around in the trees shows that there is indeed no such function in the
current source tree, and there is no function that comes anywhere close in
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