[Chapel Merge] Add -llvm option back to nightly

Branch: refs/heads/master
Revision: ef05ed5
Author: daviditen
Log Message:

Merge pull request #17742 from daviditen/llvm-option-nightly

Add -llvm option back to nightly

[reviewed by @dlongnecke-cray]

Yesterday I removed parsing the -llvm option from the nightly test script, but
testing jobs still use it and nightly errors out on an unrecognized option.

Add -llvm back to the list of options it handles.

Signed-off-by: David Iten daviditen@users.noreply.github.com

Modified Files:
M util/cron/nightly

Compare: https://github.com/chapel-lang/chapel/compare/c54a9da8c5f8...ef05ed5574f8