[PATCH] D148573: Allow -fsanitize=function on all targets

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 20 16:49:39 PDT 2023


MaskRay added a comment.

In D148573#4358899 <https://reviews.llvm.org/D148573#4358899>, @vitalybuka wrote:

> These bots are broken after the patch
> https://lab.llvm.org/buildbot/#/builders/77/builds/26834
> https://lab.llvm.org/buildbot/#/builders/18/builds/9073

The ppc64le has other unrelated failures.

The aarch64 android bot failed due to being unable to link the executable, which seems an infrastructure issue? :) I think we can disable the test by modifying `compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg.py`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148573/new/

https://reviews.llvm.org/D148573



More information about the llvm-commits mailing list