[llvm-dev] How to set command line option programmatically? (original) (raw)
via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 21 11:36:38 PST 2019
- Previous message: [llvm-dev] LLVM buildmaster will restart tonight
- Next message: [llvm-dev] How to set command line option programmatically?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
i want to use the Scalarizer pass. (http://llvm.org/doxygen/Scalarizer_8cpp_source.html). This pass exposes the "scalarize-load-store"(default false) option on the command line. For my use-case i want to always enable this option. How can i enable this option programmatically?
Thank you
- Previous message: [llvm-dev] LLVM buildmaster will restart tonight
- Next message: [llvm-dev] How to set command line option programmatically?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]