We don't need to have built all the builtins before building the
runtimes for a particular target, only the builtins for that target.
While I'm here, rename the variable that stores the builtins dep to
something less generic than deps, to minimize the chances of
accidentally using a variable with the same name from an outer scope.
Details
Details
- Reviewers
phosek - Commits
- rG72f3f6838fc4: [runtimes] Only depend on builtins for same target
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
424 | Super minor nit: I think that builtins_dep_name would be more consistent with other variables used in this file. |
Super minor nit: I think that builtins_dep_name would be more consistent with other variables used in this file.