ci(clang): add AArch64 build configuration for tftf
This patch adds build config with clang support for tftf.
Note: Currently only the compiler support is added for clang.
Assembler and the linker still defaults to GNU toolchain.
Also while compiling with clang toolchain, ARM_ARCH_MINOR flag
should be set to version 7, to cover the v8.7 architectural features.
Without it, compilation will fail for instructions.
(Eg: wfxt: wfet & wfit). Henceforth ARM_ARCH_MINOR is set to 7.
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Change-Id: I964bb7f27501ba8d1380eec74c323d1cf8af7330
2 files changed