[PATCH] D106305: [compiler-rt][CMake][arm64] Use a custom target for symlinking LSE sources

Raul Tambre via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 11:41:32 PDT 2021


tambre added a comment.

In D106305#2904687 <https://reviews.llvm.org/D106305#2904687>, @steven_wu wrote:

> Oh, wait, I do see this warning in the build and I am not sure if this will be a problem or not:
>
>   Dependee "/Users/steven/dev/monorepo/makefile_build/projects/compiler-rt/lib/builtins/CMakeFiles/lse_builtin_symlinks.dir/DependInfo.cmake" is newer than depender "/Users/steven/dev/monorepo/makefile_build/projects/compiler-rt/lib/builtins/CMakeFiles/lse_builtin_symlinks.dir/depend.internal".

That simply seems to be CMake's Make generator's verbose output in cases when dependencies need to be regenerated (in this case the symlinks). I think this should be fine, so I'll land this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106305



More information about the llvm-commits mailing list