[PATCH] D73524: [CMake][DFSan] Don't use cat as it's not available on Windows

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 17:35:42 PST 2020


smeenai added a comment.

If the input files change, is this gonna automatically trigger a CMake reconfigure? (If not, you'd potentially end up with stale output.)

An alternative that doesn't depend on Python would be to use `cat` on Unix and `type` on Windows, though you should confirm that PowerShell is happy with `type` as well (I know it'll work with `cmd`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73524





More information about the llvm-commits mailing list