[all-commits] [llvm/llvm-project] 72f3f6: [runtimes] Only depend on builtins for same target
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Wed Jan 4 03:27:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72f3f6838fc4d3961868c6d7f6e08b9383cb2f8b
https://github.com/llvm/llvm-project/commit/72f3f6838fc4d3961868c6d7f6e08b9383cb2f8b
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[runtimes] Only depend on builtins for same target
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.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D139913
More information about the All-commits
mailing list