<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:smeenai@fb.com" title="Shoaib Meenai <smeenai@fb.com>"> <span class="fn">Shoaib Meenai</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - --no-undefined-version fails with version aliases"
   href="https://bugs.llvm.org/show_bug.cgi?id=34012">bug 34012</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;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - --no-undefined-version fails with version aliases"
   href="https://bugs.llvm.org/show_bug.cgi?id=34012#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - --no-undefined-version fails with version aliases"
   href="https://bugs.llvm.org/show_bug.cgi?id=34012">bug 34012</a>
              from <span class="vcard"><a class="email" href="mailto:smeenai@fb.com" title="Shoaib Meenai <smeenai@fb.com>"> <span class="fn">Shoaib Meenai</span></a>
</span></b>
        <pre>Having looked into this more, I'm less convinced that it's a bug. Non-default
versioned symbols aren't used to resolve referenced to the unversioned symbol
(e.g. if I have a library providing f@V1 and an executable referencing f and
linking against the library, f@V1 won't resolve the reference to f), so it
seems fair for version scripts to behave the same way.

I'll change the version script I was running into this issue on. I must have
been doing something wrong earlier when I thought bfd needed the global: f to
export f; it does export it even without. Closing this out accordingly.

Symbol visibility makes my head hurt.</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>