[PATCH] D29345: [sanitizer] Fix test on Darwin failing after 293682

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 14:56:20 PST 2017


mpividori added a comment.

Ok, in http://lab.llvm.org:8080/green//job/clang-stage2-configure-Rlto_check/12345/consoleFull#-6058682498254eaf0-7326-4999-85b0-388101f2d404
I can see, also the symbols:

  > __ubsan_handle_dynamic_type_cache_miss
  > __ubsan_handle_dynamic_type_cache_miss_abort

Are missing, because they are only included when `SANITIZER_CAN_USE_CXXABI` is true. So, I will ommit them in the test.


https://reviews.llvm.org/D29345





More information about the llvm-commits mailing list