[PATCH] D82847: [CMAKE] Fix 'clean' target not working

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 14:52:22 PDT 2020


lebedev.ri added a comment.

In D82847#2211661 <https://reviews.llvm.org/D82847#2211661>, @tstellar wrote:

> This commit appears to be causing an error when I run CMake:
>
> CMake Error:
>
>   Running
>   
>    '/usr/bin/ninja-build' '-C' '/home/tstellar/llvm-project/llvm-build' '-t' 'cleandead'
>   
>   failed with:
>   
>    ninja: error: remove(include/llvm/Support): Directory not empty
>
> CMake Generate step failed.  Build files cannot be regenerated correctly.

That can't be it. I was seeing that very error before this patch,
which is why i was happy to see this patch, hoping that it would fix it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82847



More information about the llvm-commits mailing list