Branch: refs/heads/master
Revision: 5c91b61
Author: daviditen
Log Message:
Merge pull request #17786 from daviditen/unset-llvm-prints-unset
Add a new default value of 'unset' for CHPL_LLVM
[reviewed by @mppf]
If CHPL_LLVM is not set and no suitable 'system' or 'bundled' LLVM is found
then CHPL_LLVM will print as 'unset' from the chplenv scripts. If it is
'unset' the build will error out with the message asking the user to set it
to one of the three legal values.
Signed-off-by: David Iten daviditen@users.noreply.github.com
Modified Files:
A third-party/llvm/Makefile.include-unset
M third-party/llvm/Makefile
M util/chplenv/chpl_llvm.py
Compare: https://github.com/chapel-lang/chapel/compare/43302c13e7c7...5c91b619df52