I have a C++ project in XCode 7 that I just changed to use libc++ instead of libstdc++.
Now when I nm the executable that is generated, it does no longer have a T start
symbol. What is the symbol that is called now to start the executable, now that I use the new libc++?