[PATCH] D113127: [llvm-libtool-darwin] Refactor code

Roger Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 10:41:42 PDT 2021


Roger created this revision.
Roger requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Here we are refactoring the code to encapsulate data into classes. This allows
us to avoid passing the same objects through many functions that don't directly
use them. Now, functions that need to access data can do so from the class
state.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113127

Files:
  llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113127.384516.patch
Type: text/x-patch
Size: 17332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/ae151e7e/attachment.bin>


More information about the llvm-commits mailing list