Re: [swift-dev] External pass pipeline YAML format

2017-06-29 Thread Vasileios Kalintiris via swift-dev
I plan on writing a patch for this. Based on which branch should I create the pull request? Is the swift-3.1-branch frozen? On Thu, Jun 29, 2017 at 7:27 PM, Michael Gottesman wrote: > > On Jun 28, 2017, at 10:15 AM, Vasileios Kalintiris via swift-dev < > swift-dev@swift.org> wr

Re: [swift-dev] External pass pipeline YAML format

2017-06-29 Thread Vasileios Kalintiris via swift-dev
ile and/or the python scripts, > have not been kept up-to-date. > > > On Wed, Jun 28, 2017 at 6:18 PM, Daniel Dunbar > wrote: > >> Have you seen `utils/pass-pipeline/scripts/pipelines_build_script.py`, >> it looks like it might give some hints? >> -- >> $

Re: [swift-dev] External pass pipeline YAML format

2017-06-28 Thread Vasileios Kalintiris via swift-dev
ght give some hints? > -- > $ sgit grep external-pass-pipeline-filename > include/swift/Option/FrontendOptions.td:def external_pass_pipeline_filename > : Separate<["-"], "external-pass-pipeline-filename">, > utils/pass-pipeline/scripts/pipelines_build_script.p

[swift-dev] External pass pipeline YAML format

2017-06-28 Thread Vasileios Kalintiris via swift-dev
Hi all, Please, let me know if I should post this to another list. I'm trying to figure out what is the expected YAML format of the -external-pass-pipeline-filename option. Dumping the pass pipeline under -O and feeding it back to the compiler with this option doesn't work (from swift-3.1-branch