[PATCH] D55153: [ThinLTO] Implement index-based WPD

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 07:32:44 PDT 2019


tejohnson added a comment.

In D55153#1612316 <https://reviews.llvm.org/D55153#1612316>, @foad wrote:

> This test is failing for me:
>
>   Exit Code: 1
>  
>   Command Output (stderr):
>   --
>   /home/jayfoad2/llvm-debug/bin/opt: /home/jayfoad2/git/llvm-project/llvm/test/ThinLTO/X86/Inputs/devirt3.ll: error: Could not open input file: No such file or directory
>  
>   --
>  
>   ********************
>   Testing Time: 2.22s
>   ********************
>   Failing Tests (1):
>       LLVM :: ThinLTO/X86/devirt2.ll
>  
>     Expected Passes    : 90
>     Unexpected Failures: 1
>
>
> Did you forget to commit `devirt3.ll`? Or is it a typo for `devirt2.ll`?


Sorry about that, yes it should have been devirt2.ll. I fixed this in r367680 and r367682 (there were 2 instances and I only caught the first one initially).


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55153





More information about the llvm-commits mailing list