[PATCH] D63920: [CTU] Add support for virtual functions

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 03:03:00 PDT 2019


Szelethus added a comment.

In D63920#1568031 <https://reviews.llvm.org/D63920#1568031>, @martong wrote:

> In D63920#1566035 <https://reviews.llvm.org/D63920#1566035>, @baloghadamsoftware wrote:
>
> > Try to set analyzer option `IPAMode` to something different from its default value which is `dynamic-bifurcate` in the test file.
>
>
> Ok I set it to `ipa=inlining` and then we receive the expected "UNKNOWN" warning.


Alright, what are testing here exactly? I think its fine to see how the new virtual functions are inlined in different inlining mode, but we should definitely have a `RUN:` line/test file with the default mode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63920





More information about the cfe-commits mailing list