Jeffrey Walton via llvm-dev
2018-Nov-16 07:48 UTC
[llvm-dev] OSX 10.5 PowerPC and hang after "Looking for __cxa_throw in stdc++"
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 The Cmake script does not appear to move on to other tests like "-- Looking for __i686__" (if https://lists.llvm.org/pipermail/llvm-dev/2016-December/108363.html is accurate). Any ideas what might be going sideways? Thanks in advance.
Jeffrey Walton via llvm-dev
2018-Nov-16 08:42 UTC
[llvm-dev] OSX 10.5 PowerPC and hang after "Looking for __cxa_throw in stdc++"
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++ - foundI'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
Friedman, Eli via llvm-dev
2018-Nov-16 18:54 UTC
[llvm-dev] OSX 10.5 PowerPC and hang after "Looking for __cxa_throw in stdc++"
On 11/16/2018 12:42 AM, Jeffrey Walton via llvm-dev wrote:> 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?compiler-rt/cmake/config-ix.cmake -Eli -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project