[PATCH] D12743: [CodeGen] Teach SimplifyPersonality about the updated LandingPadInst

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 11 11:06:03 PDT 2015


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





More information about the cfe-commits mailing list