[llvm-bugs] [Bug 26351] New: In function `llvm::DiagnosticInfoUnsupported::print(llvm::DiagnosticPrinter&) const': /home/vedran/workspace/llvm/lib/CodeGen/DiagnosticInfoCodeGen.cpp:27: undefined reference to `llvm::SDNode::print(llvm::raw_ostream&, llvm::SelectionDAG const*) const'

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 28 03:13:58 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26351

            Bug ID: 26351
           Summary: In function
                    `llvm::DiagnosticInfoUnsupported::print(llvm::Diagnost
                    icPrinter&) const':
                    /home/vedran/workspace/llvm/lib/CodeGen/DiagnosticInfo
                    CodeGen.cpp:27: undefined reference to
                    `llvm::SDNode::print(llvm::raw_ostream&,
                    llvm::SelectionDAG const*) const'
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: rivanvx at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

[ 67%] Linking CXX shared library ../../lib64/libLLVMCodeGen.so
CMakeFiles/LLVMCodeGen.dir/DiagnosticInfoCodeGen.cpp.o: In function
`llvm::DiagnosticInfoUnsupported::print(llvm::DiagnosticPrinter&) const':
/home/vedran/workspace/llvm/lib/CodeGen/DiagnosticInfoCodeGen.cpp:27: undefined
reference to `llvm::SDNode::print(llvm::raw_ostream&, llvm::SelectionDAG
const*) const'
collect2: error: ld returned 1 exit status
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build.make:3380: recipe for target
'lib64/libLLVMCodeGen.so' failed
make[2]: *** [lib64/libLLVMCodeGen.so] Error 1
CMakeFiles/Makefile2:837: recipe for target
'lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/all' failed
make[1]: *** [lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

The commit that causes this is ef19a274ade6e19fffe984603de9d5048aeeee3f in git
mirror, which is https://llvm.org/svn/llvm-project/llvm/trunk@259035 in svn.

-- 
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/20160128/bf3c5e61/attachment-0001.html>


More information about the llvm-bugs mailing list