[LLVMbugs] [Bug 6939] New: Compilation fails for clang: missing function EmitAnyExprToMem()

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 26 05:15:04 PDT 2010


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: unassignedclangbugs at nondot.org
        ReportedBy: reeuwijk at few.vu.nl
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list