[PATCH] D73912: [mlir] Turn flags in ConvertStandardToLLVM into pass flags

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 16:48:48 PST 2020


dcaballe marked an inline comment as done.
dcaballe added a comment.

Ready



================
Comment at: mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp:48
-static llvm::cl::opt<bool>
-    clEmitCWrappers(PASS_NAME "-emit-c-wrappers",
-                    llvm::cl::desc("Emit C-compatible wrapper functions"),
----------------
don't we have any tests exercising this flag?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73912





More information about the llvm-commits mailing list