diff options
author | Kostis Sagonas <[email protected]> | 2018-10-15 18:08:10 +0200 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2018-10-15 18:08:10 +0200 |
commit | a515d78c3c30ac694399a823e8d680f8e8ea8f44 (patch) | |
tree | 34b976b4e835dbd151476014d31272d901ef43ad /lib/ssh/test/ssh_upgrade_SUITE.erl | |
parent | 8e65d31faab67b9844bbbaaa6245b2da2dd97b76 (diff) | |
download | otp-a515d78c3c30ac694399a823e8d680f8e8ea8f44.tar.gz otp-a515d78c3c30ac694399a823e8d680f8e8ea8f44.tar.bz2 otp-a515d78c3c30ac694399a823e8d680f8e8ea8f44.zip |
HiPE: Fix check for when ErLLVM is available
The previous check whether ErLLVM could be enabled and/or tested simply
checked whether a suitable version of the LLVM tool chain was present
in the path. Obviously this is not enough: there should also be a check
that we are running in an architecture on which the ErLLVM compiler
has been ported. Fix the function that provides this functionality and
also rename it in order to more appropriately describe what it does.
In principle, this change introduces a backwards incompatibility as the
function is one of those exported by the `hipe' module, but this
function was not documented and the chances that it has been used
somewhere else that the test suite are pretty low (if not zero).
Diffstat (limited to 'lib/ssh/test/ssh_upgrade_SUITE.erl')
0 files changed, 0 insertions, 0 deletions