[PATCH] D145683: [runtimes] Allow passing individual parameters to the default target runtimes/builtins
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 00:21:16 PDT 2023
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM after I land D117263 <https://reviews.llvm.org/D117263> (I still need to figure out why it's failing on Windows), this would let us merge `builtin_default_target` with `builtin_register_target` and `runtime_default_target` with `runtime_register_target` thus removing a lot of the existing duplication.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145683/new/
https://reviews.llvm.org/D145683
More information about the llvm-commits
mailing list