vsk added a comment. Ah, ok. We have some objective-c++ code which calls into a boost routine which throws an exception. That results in an undefined reference to ___objc_personality_v0, because the boost library we linked against doesn't have ___objc_personality_v0.
Should the compiler have found the ___objc_personality_v0 symbol in this case regardless? Repository: rL LLVM http://reviews.llvm.org/D12743 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits