<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:srhines@google.com" title="Stephen Hines <srhines@google.com>"> <span class="fn">Stephen Hines</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Clang generates calls to __mulodi4() for ARM even when not using compiler-rt"
   href="https://llvm.org/bugs/show_bug.cgi?id=28629">bug 28629</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>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Clang generates calls to __mulodi4() for ARM even when not using compiler-rt"
   href="https://llvm.org/bugs/show_bug.cgi?id=28629#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Clang generates calls to __mulodi4() for ARM even when not using compiler-rt"
   href="https://llvm.org/bugs/show_bug.cgi?id=28629">bug 28629</a>
              from <span class="vcard"><a class="email" href="mailto:srhines@google.com" title="Stephen Hines <srhines@google.com>"> <span class="fn">Stephen Hines</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=28629#c3">comment #3</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=28629#c2">comment #2</a>)
> > The default for Clang is to not use compiler-rt as its rtlib though.

> This is not true in all platforms.


> > It also should be aware of what rtlib is requested at the point where it decides
> > that these functions are available.

> This is an interesting proposition, but not always possible. The compiler
> doesn't have to know how the linker will behave and which libraries will be
> linked. If you compile to object than link it, but only use the -lgcc or
> -lcompiler-rt at link time, the compiler has *no way* to know which.</span >

If the default for the platform is libgcc (i.e. !compiler-rt), and no -rtlib
option was passed, it seems like it would be nicer for Clang to not use
functions that might not be implemented. At the very least it could warn about
this problematic case.

<span class="quote">> 
> Plus, the __has_builtin is really asking the *compiler* for support, not the
> linker nor the libraries. 

> The user code is *clearly* abusing of compiler specific behaviour and not
> getting what they "wanted", but getting what they should have gotten.</span >

I guess they misunderstood the use of __has_builtin, but I can't blame them. I
clearly didn't think that this was a user bug, and fully believed this was
entirely a compiler issue.

<span class="quote">> 

> > Essentially this makes using libgcc with Clang increasingly difficult and error-prone.

> I agree with you 100%. But how many compilers out there are trying to use
> two run-time libraries?</span >

I think Clang is in a unique situation here. How many of Clang's targets
actually use compiler-rt? How often is compiler-rt used in production software?
I don't have a great answer to those questions. I certainly would hope things
are heading towards using compiler-rt more often, but I don't have evidence of
that.

<span class="quote">> 

> > Workarounds are possible
> > (Android regularly bundles the compiler-rt extras beyond libgcc in their own
> > library), but they are ugly.

> I'd say that code in Skia is ugly. I wouldn't work around in Android at all,
> just ask the developer to fix the code.</span >

It is actually in yet another library that Skia is pulling in, so the path to
fix gets longer.

<span class="quote">> 

> > These users don't want to use compiler-rt,
> > mostly because we haven't finished validating/establishing it for the
> > Android platform/NDK yet.

> Well, that's a hard sell. They ask for a compiler-rt specific function but
> don't want to link compiler-rt. I really don't know what to say...</span >

They want to link compiler-rt. We just can't provide it in a working form
today, because it isn't ready yet for Android.

<span class="quote">> 
> If this was Clang generating the builtin from C code, I'd agree with you
> that it was a bug and needed to be fixed. But the code is specifically
> asking for a compiler-rt builtin, via a compiler support flag.

> I can't see how this is *not* user error.</span >

I will communicate this to them, and hopefully get this fixed a different way.</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>