-----Original Message----- > Date: Thu, 11 May 2017 07:33:12 -0700 > From: Ashwin Sekhar T K <[email protected]> > To: [email protected], [email protected], > [email protected], [email protected], > [email protected], [email protected], > [email protected], [email protected] > Cc: [email protected], Ashwin Sekhar T K <[email protected]> > Subject: [dpdk-dev] [PATCH v2 2/6] config: add clang support for armv8a > linuxapp > X-Mailer: git-send-email 2.12.2 > > Moved all common defines from defconfig_arm64-armv8a-linuxapp-gcc > to common_armv8a_linuxapp. > > Created new config arm64-armv8a-linuxapp-clang which adds the > clang support to armv8a. > > Now defconfigs arm64-armv8a-linuxapp-gcc/clang contain only the > CONFIG_RTE_TOOLCHAIN* defines and all other common defines are > inherited from common_armv8a_linuxapp. > > Signed-off-by: Ashwin Sekhar T K <[email protected]>
You can move this patch at the end of the series(i.e at 6/6) so that when you introduce the clang config, it will build successfully.At 2/6 clang wont build. With that change: Reviewed-by: Jerin Jacob <[email protected]>

