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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 14:51:21 PDT 2020


tstellar added a comment.

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.


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