Daniel Boulby | ed2c8a3 | 2022-10-21 18:04:14 +0100 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2019-2022 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | pre_tf_build() { | ||||
9 | setup_llvm_toolchain | ||||
10 | } |