In C++, code is not allowed to call main. In C it is, this
simplifylibcalls optimization is thus valid for C++ but not C. It's not important enough to worry about for C++ apps, so just remove it. rdar://7191924 llvm-svn: 80887
Loading
Please register or sign in to comment