<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Referencing LLVMConstGEP2 or LLVMConstInBoundsGEP2 in Core.h leads to link errors"
   href="https://bugs.llvm.org/show_bug.cgi?id=41362">41362</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Referencing LLVMConstGEP2 or LLVMConstInBoundsGEP2 in Core.h leads to link errors
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>8.0
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Core LLVM classes
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>brenton@wolfram.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Undefined symbols for architecture x86_64:
  "_LLVMConstGEP2", referenced from:
      _LLVMLink_LLVMConstGEP2_Wrapper in llvmc80.cpp.o
     (maybe you meant: _LLVMLink_LLVMConstGEP2_Wrapper)
  "_LLVMConstInBoundsGEP2", referenced from:
      _LLVMLink_LLVMConstInBoundsGEP2_Wrapper in llvmc80.cpp.o
     (maybe you meant: _LLVMLink_LLVMConstInBoundsGEP2_Wrapper)


This is because LLVMConstGEP2 and LLVMConstInBoundsGEP2 are declared, but not
defined.</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>