[PATCH] D136573: [llvm] [cmake] Silence GNUInstallDirs warning in LLVMInstallSymlink

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 10:32:14 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thanks for the instructions. I see the warning and ` curl -L 'https://reviews.llvm.org/D136573?download=1' | patch -p0` fixes it.

Normally uploaded patches are applied via `patch -p1`. The patch you uploaded uses

  --- llvm/cmake/modules/LLVMInstallSymlink.cmake
  +++ llvm/cmake/modules/LLVMInstallSymlink.cmake

instead of `a/ b/` (`git format-patch -1`, `git diff 'HEAD^'`, etc).


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

https://reviews.llvm.org/D136573



More information about the llvm-commits mailing list