<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Error while linking llvm-pdbdump with DebugInfoPDB"
   href="https://llvm.org/bugs/show_bug.cgi?id=28893">28893</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Error while linking llvm-pdbdump with DebugInfoPDB
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>DebugInfo
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cgwic.ru@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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]</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>