Pass the padding options using arrays instead of lambdas. In particular pass the padding value as string and use the argument parser to create the padding value. Arrays are a more natural choice that matches the current use cases and avoids converting arrays to lambdas.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo