Skip to content

Commit

Permalink
Updating the clang path according to new clang lib
Browse files Browse the repository at this point in the history
This patch will update the clang patch to 19 as
we are moving to latest clang with A15 tag r9 update.

Tests Done: Build and boot

Tracked-On: OAM-128386
Signed-off-by: Tekriwal, Tanuj <[email protected]>
  • Loading branch information
tanujtekriwal committed Jan 2, 2025
1 parent c043b05 commit ef4e34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/definitions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ IAFW_CC := $(IAFW_TOOLS_CLANG_PREFIX)/clang
IAFW_OBJCOPY := $(IAFW_TOOLS_GCC_PREFIX)objcopy$(HOST_EXECUTABLE_SUFFIX)
EFI_OBJCOPY := $(IAFW_OBJCOPY)
ifeq ($(TARGET_IAFW_ARCH),x86_64)
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib/clang/18/lib/linux/libclang_rt.builtins-x86_64-android.a
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib/clang/19/lib/linux/libclang_rt.builtins-x86_64-android.a
else
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib/clang/18/lib/linux/libclang_rt.builtins-i686-android.a
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib/clang/19/lib/linux/libclang_rt.builtins-i686-android.a
endif

# Transformation definitions, ala build system's definitions.mk
Expand Down

0 comments on commit ef4e34f

Please sign in to comment.