[llvm-dev] OSX 10.5 PowerPC and hang after "Looking for __cxa_throw in stdc++"

Jeffrey Walton via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 16 00:42:03 PST 2018


On Fri, Nov 16, 2018 at 2:48 AM Jeffrey Walton <noloader at gmail.com> wrote:
>
> Sorry to have to ask... I'm catching too much noise from dumps.
>
> I'm building LLVM 7.0 using release tarballs on OS X 10.5 PowerPC. I'm
> building out-of-tree mostly following
> https://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary
> .
> Cmake gets this far and hangs:
>
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Looking for __cxa_throw in c++
> -- Looking for __cxa_throw in c++ - not found
> -- Looking for __cxa_throw in stdc++
> -- Looking for __cxa_throw in stdc++ - found

I'm having trouble locating the test:

    PowerMac:~$ grep -R '__cxa_throw in stdc++' llvm_source/
    PowerMac:~$ grep -R '__cxa_throw in stdc++' llvm_build/
    PowerMac:~$

Any ideas?

Or if someone would like access to the machine, then please send over
a login name and authorized_keys file.

Jeff


More information about the llvm-dev mailing list