[PATCH] D78162: [CodeGen] Mark inline definitions of builtins as nobuiltin only if we plan to emit them.

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 16 11:08:54 PDT 2020


nickdesaulniers added a comment.

The same failing assertion is tripping up Linaro's TCWG Linux kernel builds:

- https://ci.linaro.org/job/tcwg_kernel-bisect-llvm-master-arm-mainline-allmodconfig/33/artifact/artifacts/build-2dd17ff08165e6118e70f00e22b2c36d2d4e0a9a/03-build_linux/console.log
- https://ci.linaro.org/job/tcwg_kernel-bisect-llvm-master-aarch64-lts-allyesconfig/30/artifact/artifacts/build-2dd17ff08165e6118e70f00e22b2c36d2d4e0a9a/03-build_linux/console.log

Funny enough, I think I touched that assertion last as one of the final bug fixes to the clang-9 release.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78162





More information about the cfe-commits mailing list