[llvm-dev] How to set command line option programmatically? (original) (raw)
Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 21 11:47:48 PST 2019
- Previous message: [llvm-dev] How to set command line option programmatically?
- Next message: [llvm-dev] How to set command line option programmatically?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/21/2019 1:36 PM, via llvm-dev wrote:
Hello,
i want to use the Scalarizer pass. (http://llvm.org/doxygen/Scalarizer8cppsource.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?
You should be able to use ParseCommandLineOptions for that.
-Krzysztof
-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
- Previous message: [llvm-dev] How to set command line option programmatically?
- Next message: [llvm-dev] How to set command line option programmatically?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]