Skip to content
Snippets Groups Projects
Commit 441401bb authored by Dr Owain Kenway's avatar Dr Owain Kenway Committed by Todd Gamblin
Browse files

llvm: don't build CppBackend for flang versions of llvm (#11841)

The version of LLVM used by flang is new enough that CppBackend doesn't exist.  Unfortunately, `flang-xxxxxxxx` is seen as < `3.9.0` by the version check.  

* add a special case for `flang` versions.
parent cf76a143
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment