Hi folks.
I'm trying to debug an issue on a browser plugin built on OSX 10.11 with
clang/llvm
(sorry, I can't seem to get useful versions out - I just installed the
toolset from Apple).
The plugin build is adapted from a build that functions back to OSX
10.6. It uses
GNU Makefiles (not XCode
OK. I was poking around using the '-v' option to 'clang' to try and work
out which linker was actually
being used. It pointed me at the right toolchain folder, where I found
the magic command 'dsymutil'.
This looked interesting, especially when I checked out the man page.
So I ran it, and got