flang: build on arm. (#12808)
This commit is contained in:
parent
1050fa5546
commit
c26a3ff894
@ -24,6 +24,8 @@ class Flang(CMakePackage):
|
|||||||
depends_on('llvm@flang-20180921', when='@20180921 target=x86_64')
|
depends_on('llvm@flang-20180921', when='@20180921 target=x86_64')
|
||||||
depends_on('llvm@flang-20180612', when='@20180612 target=x86_64')
|
depends_on('llvm@flang-20180612', when='@20180612 target=x86_64')
|
||||||
|
|
||||||
|
depends_on('llvm@flang-20180921', when='@20180921 target=aarch64')
|
||||||
|
|
||||||
# LLVM version specific to OpenPOWER.
|
# LLVM version specific to OpenPOWER.
|
||||||
depends_on('llvm@flang-ppc64le-20180921', when='@20180921 target=ppc64le')
|
depends_on('llvm@flang-ppc64le-20180921', when='@20180921 target=ppc64le')
|
||||||
depends_on('llvm@flang-ppc64le-20180612', when='@20180612 target=ppc64le')
|
depends_on('llvm@flang-ppc64le-20180612', when='@20180612 target=ppc64le')
|
||||||
|
Loading…
Reference in New Issue
Block a user