[PATCH] D48566: UBSan blacklist workaround for bot timeouts

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 13:53:37 PDT 2018


eugenis added a comment.

This looks very brittle. Any change to function signature, and good luck finding out why compilation is suddenly 5x slower.

WDYT about modifying the code generator to add no_sanitize attribute to the function?


Repository:
  rL LLVM

https://reviews.llvm.org/D48566





More information about the llvm-commits mailing list