[llvm-bugs] [Bug 28893] New: Error while linking llvm-pdbdump with DebugInfoPDB

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Aug 7 12:11:08 PDT 2016


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

            Bug ID: 28893
           Summary: Error while linking llvm-pdbdump with DebugInfoPDB
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: cgwic.ru at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Error text:
Linking CXX executable ..\..\bin\llvm-pdbdump.exe
../../lib/libLLVMDebugInfoPDB.a(PDB.cpp.obj):PDB.cpp:(.text+0x4c): undefined
reference to `llvm::pdb::RawSession::createFromPdb(llvm::StringRef,
std::unique_ptr<llvm::pdb::IPDBSession,
std::default_delete<llvm::pdb::IPDBSession> >&)'
../../lib/libLLVMDebugInfoPDB.a(PDB.cpp.obj):PDB.cpp:(.text+0xac): undefined
reference to `llvm::pdb::RawSession::createFromExe(llvm::StringRef,
std::unique_ptr<llvm::pdb::IPDBSession,
std::default_delete<llvm::pdb::IPDBSession> >&)'
collect2.exe: error: ld returned 1 exit status
tools\llvm-pdbdump\CMakeFiles\llvm-pdbdump.dir\build.make:459: recipe for
target 'bin/llvm-pdbdump.exe' failed
mingw32-make[2]: *** [bin/llvm-pdbdump.exe] Error 1
CMakeFiles\Makefile2:38526: recipe for target
'tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/all' failed
mingw32-make[1]: *** [tools/llvm-pdbdump/CMakeFiles/llvm-pdbdump.dir/all] Error
2
Makefile:148: recipe for target 'all' failed
mingw32-make: *** [all] Error 2

toolchain:
gcc version 6.1.0 (i686-posix-dwarf, Built by MinGW-W64 project)

OS
Microsoft Windows [Version 6.1.7601]

-- 
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/20160807/e08cbda7/attachment.html>


More information about the llvm-bugs mailing list