<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:dimitry@andric.com" title="Dimitry Andric <dimitry@andric.com>"> <span class="fn">Dimitry Andric</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Clang 3.7 and 3.8: `undefined reference to (non-existent procedure)` error in C code"
   href="https://llvm.org/bugs/show_bug.cgi?id=27160">bug 27160</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Clang 3.7 and 3.8: `undefined reference to (non-existent procedure)` error in C code"
   href="https://llvm.org/bugs/show_bug.cgi?id=27160#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Clang 3.7 and 3.8: `undefined reference to (non-existent procedure)` error in C code"
   href="https://llvm.org/bugs/show_bug.cgi?id=27160">bug 27160</a>
              from <span class="vcard"><a class="email" href="mailto:dimitry@andric.com" title="Dimitry Andric <dimitry@andric.com>"> <span class="fn">Dimitry Andric</span></a>
</span></b>
        <pre>I'm not sure what causes your problem.  Your xact.i file does not contain any
calls to 'bort', and does contain calls to 'abort'.  When I compile it, either
with or without optimization, I get an object file which has references to
'abort'.

My guess is that something in your build environment either redefines abort on
the compiler command line, or in an unidentified header file.  I cannot
reproduce it, in any case.</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>