diff options
author | Pat McCormick <651611+pmccormick@users.noreply.github.com> | 2023-08-30 22:22:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 23:22:33 -0500 |
commit | c1756257c241334719f0f08a80c6e88eaac180e6 (patch) | |
tree | 2ddb6cb8b0489a3aabb560bb582e7cfc1b621f26 /.codecov.yml | |
parent | 1ee7c735ec98c3a810d0280a33bb05ca6bc79987 (diff) | |
download | spack-c1756257c241334719f0f08a80c6e88eaac180e6.tar.gz spack-c1756257c241334719f0f08a80c6e88eaac180e6.tar.bz2 spack-c1756257c241334719f0f08a80c6e88eaac180e6.tar.xz spack-c1756257c241334719f0f08a80c6e88eaac180e6.zip |
llvm: fix for Flang variant due to exception handling (#36171)
* The flang project does not support exceptions enabled in the core llvm
library (and developer guidelines explicitly state they should not be
used). For this reason, when the flang variant is selected,
LLVM_ENABLE_EH needs to be disabled. In the current main branch of
llvm (and thus future releases), enabling flang and setting
LLVM_ENABLE_EH will cause the overall build to fail.
* Update var/spack/repos/builtin/packages/llvm/package.py
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
* fix syntax
---------
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
Co-authored-by: Satish Balay <balay@mcs.anl.gov>
Diffstat (limited to '.codecov.yml')
0 files changed, 0 insertions, 0 deletions