Branch: refs/heads/master
Revision: 13d02d2
Author: ronawho
Log Message:
Merge pull request #16281 from ronawho/make-llvm-build-failure-fatal
Make it a fatal error if the llvm runtime is needed and fails to build
[reviewed by @mppf]
Making llvm build failures non-fatal was done in 9e813328f0 so that:
“”"
If you try to chpl --llvm and the runtime with clang-included is not
built, you do get a decent error from the compiler. But some
LLVM-based features will still work (extern blocks) if the
clang-included runtime does not build.
“”"
However, that was 5+ years ago before we were considering making llvm
the default. Nowadays I think we want to get these failures as early
as we can and limit confusion at chpl
invocation time.
Modified Files:
M Makefile
Compare: https://github.com/chapel-lang/chapel/compare/5492b6b941c4...13d02d2e3b34