[PATCH] D76140: [InlineFunction] update attributes during inlining

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 16:19:19 PDT 2020


reames added a comment.

In D76140#1927909 <https://reviews.llvm.org/D76140#1927909>, @anna wrote:

> the test failures are related to attributes now being added to the calls in clang tests. All of these tests are using `llvm` intrinsics. Should we just disable this for intrinsic calls for now? Not sure how to update clang tests in the same patch as llvm project. Should be doable though.


Er, git is monorepo.  Those tests should be checked out alongside your LLVM copy.  You just need to build clang.  You can and should simply update the tests in the same patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76140





More information about the llvm-commits mailing list