[PATCH] D141110: [RS4GC] Remove the hardcoded GC strategy names (v2)

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 11:21:27 PST 2023


dantrushin added a comment.

@znix : I suggest you to remove GCStrategy cache from this patch (and use `llvm::getGCStrategy()` instead where necessary).  I think it will unblock review.
We can figure out caching later/separately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141110



More information about the llvm-commits mailing list