[llvm-bugs] [Bug 25757] dsymutil generates warnings on local symbols (?)

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 1 17:01:36 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=25757

Nenad Vukicevic <nenad at intrepid.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #5 from Nenad Vukicevic <nenad at intrepid.com> ---
To clarify this failure:

- The compiler used to generate object files is LLVM/Clang from Apple or GCC
built on Apple.  For all practical purposes we only pre-process source files to
generate the final compilation source file.

- We get warnings only from GCC as GCC driver invokes dysmutil at the end of
the run. LLVM driver does not invoke dysmutil, but if you invoke it by hand on
the executable you will get the same warnings.

- Out of 1000 tests we get failures only on tests that have more then 20 of
these kind of symbols (handful of them).  The other files do not produce
warnings but, based on your response, dsymutil is silently doing the wrong
thing on these files too.

Would it be helpful if I provide you with a file that does not generate
warnings?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160202/38a067e4/attachment.html>


More information about the llvm-bugs mailing list