[PATCH] D83002: [llvm-libtool-darwin] Add support for -static option

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 18:21:30 PDT 2020


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp:34
 
+enum Operation { Static };
+static cl::opt<Operation> LibraryOperation(
----------------
enum class
+ i would add a blank line between the lines 34 and 35


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83002





More information about the llvm-commits mailing list