[PATCH] D72117: [cmake] Use source-groups in Polly
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 02:49:33 PST 2020
Meinersbur added inline comments.
================
Comment at: polly/cmake/polly_macros.cmake:102
+
+ file(GLOB to_add ${pwd}/${glob_expr})
+ source_group(${prefix} FILES ${to_add})
----------------
Why not using `GLOB_RECURSE` such that `setup_polly_source_groups_helper` does not need to call itself?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72117/new/
https://reviews.llvm.org/D72117
More information about the llvm-commits
mailing list