[LLVMbugs] [Bug 11258] New: ARM-Linux: compilation of llvm-2.9 fails: SPUISelDAGToDAG.cpp:222:60: error: 'SelectCode' was not declared in this scope

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 28 11:37:50 PDT 2011


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

           Summary: ARM-Linux: compilation of llvm-2.9 fails:
                    SPUISelDAGToDAG.cpp:222:60: error: 'SelectCode' was
                    not declared in this scope
           Product: new-bugs
           Version: 2.9
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: aapo.rantalainen at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I'm on Linux armv5tel
Self compiled gcc-4.6.1 (installed on /opt/gcc-4.6)

Downloaded: llvm-2.9.tgz
Configured with: CC=/opt/gcc-4.6/bin/gcc CPP=/opt/gcc-4.6/bin/cpp
CXX=/opt/gcc-4.6/bin/g++ ./configure
Compiled with: LD_LIBRARY_PATH=/opt/gcc-4.6/lib/:$LD_LIBRARY_PATH make

After several hours it encounters error:

llvm[3]: Compiling SPUISelDAGToDAG.cpp for Release build
SPUISelDAGToDAG.cpp: In member function 'llvm::SDNode*
{anonymous}::SPUDAGToDAGISel::emitBuildVector(llvm::SDNode*)':
SPUISelDAGToDAG.cpp:222:60: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp: In member function 'virtual llvm::SDNode*
{anonymous}::SPUDAGToDAGISel::Select(llvm::SDNode*)':
SPUISelDAGToDAG.cpp:696:66: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp:707:59: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp:715:42: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp:726:58: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp:738:58: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp:749:58: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp:898:24: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp: In member function 'llvm::SDNode*
{anonymous}::SPUDAGToDAGISel::SelectI64Constant(uint64_t, llvm::EVT,
llvm::DebugLoc)':
SPUISelDAGToDAG.cpp:1184:55: error: 'SelectCode' was not declared in this scope
SPUISelDAGToDAG.cpp: In member function 'virtual llvm::SDNode*
{anonymous}::SPUDAGToDAGISel::Select(llvm::SDNode*)':
SPUISelDAGToDAG.cpp:899:1: warning: control reaches end of non-void function
[-Wreturn-type]

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