From fddc7ebf3b3710c8f8c293756028e5e3a535e550 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Mon, 6 Jun 2022 09:13:49 -0700 Subject: [PATCH] dre: Enable LLVM integrated assembler * Disabled by default even with LLVM=1, but this is another GCC dependency we can remove. Google has been doing this for a while now. https://android.googlesource.com/kernel/msm/+/b009f0a1a Change-Id: I1ca23607682299182da0a6e14594ba2e2de00a4a --- BoardConfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 1e7b66c..5b3a341 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -116,7 +116,8 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) BOARD_RAMDISK_USE_LZ4 := true TARGET_KERNEL_ADDITIONAL_FLAGS := \ DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc \ - LLVM=1 + LLVM=1 \ + LLVM_IAS=1 TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350 TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig