Skip to content

Commit

Permalink
Updating the clang version to 17.0.2
Browse files Browse the repository at this point in the history
Updating based on Android U
Also changing path from lib64 to lib in latest Clang version

Tracked-On: OAM-112683
Signed-off-by: Tanuj Tekriwal <[email protected]>
  • Loading branch information
tanujtekriwal authored and SaliniVenate committed Oct 16, 2023
1 parent c93517b commit 5fef9e5
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 @@ -88,9 +88,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)/../lib64/clang/14.0.6/lib/linux/libclang_rt.builtins-x86_64-android.a
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib/clang/17.0.2/lib/linux/libclang_rt.builtins-x86_64-android.a
else
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib64/clang/14.0.6/lib/linux/libclang_rt.builtins-i686-android.a
IAFW_LIBCLANG := $(IAFW_TOOLCHAIN_CLANG_ROOT)/../lib/clang/17.0.2/lib/linux/libclang_rt.builtins-i686-android.a
endif

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

0 comments on commit 5fef9e5

Please sign in to comment.