https://llvm.org/bugs/show_bug.cgi?id=25757
Nenad Vukicevic <ne...@intrepid.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #5 from Nenad Vukicevic <ne...@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs