Diff Detail
Diff Detail
Event Timeline
Comment Actions
I had been setting them in the lit.site.cfg, but it will work out better in zorg for them to come in from the command line too...
The updated patch lets you specify --param=additional_features=foo,bar,baz
lit.cfg | ||
---|---|---|
296 | Probably f.strip() to be safe. I don't know what lit would do with --param=additional_features=' foo, bar' |
Comment Actions
Looks like they do end up with weird whitespace in that case... So strip them on the way in.
lit.cfg | ||
---|---|---|
361 | One nitpick: libcpp-has-no-monotonic-clock to match the other one? |
Probably f.strip() to be safe. I don't know what lit would do with --param=additional_features=' foo, bar'