commit | 013f633fd1804b88e721696967d4af4df2692e12 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed Feb 16 16:06:33 2022 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Wed May 04 14:18:15 2022 +0200 |
tree | 5a18bed0a4d8cf5da9763c1524628c557ce1bfc7 | |
parent | af7168608f404bfe531a60b7b9e06aa0bc8778a3 [diff] [blame] |
build(make): update arm/clang to latest versions Update our testing framework to utilise Arm Compiler v6.18. On jenkins and local runs, the LLVM toolchain is downloaded and its path prepended to the PATH variable so that the host machine can find the latest tool along with with its binutils. Change-Id: Ie1c984ba01e3a8e0666e1e1f35b9303293b032cb Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/group/tf-l2-boot-tests-misc/fvp-default-clang,fvp-default:fvp-tftf-fip.tftf-aemv8a b/group/tf-l2-boot-tests-misc/fvp-default-clang,fvp-default:fvp-tftf-fip.tftf-aemv8a index 0a342ff..2883213 100644 --- a/group/tf-l2-boot-tests-misc/fvp-default-clang,fvp-default:fvp-tftf-fip.tftf-aemv8a +++ b/group/tf-l2-boot-tests-misc/fvp-default-clang,fvp-default:fvp-tftf-fip.tftf-aemv8a
@@ -1,5 +1,10 @@ +#!/usr/bin/env bash # -# Copyright (c) 2020, Arm Limited. All rights reserved. +# Copyright (c) 2020-2022, Arm Limited. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # + +pre_tf_build() { + setup_llvm_toolchain +}