a8d479c147
Please see: - https://github.com/abseil/abseil-cpp/issues/1747 - https://github.com/llvm/llvm-project/issues/102443 When GRPC is compiled with different compiler from RDC - ABI broke. Possibly because some templates were not instantiated. Setting '-fclang-abi-compat=17' fixes the issue. Change-Id: Ic6409cf413c87b135f334e5b03145cb1c63356d4 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>