My system has gcc-8.5 and clang version 14.0.6, And as I understand as one of these fulfills the requirement as mentioned in the Supported Compilers list. bazel test //tcmalloc/... still throws the error :
" #error "GCC 9.2 or higher is required."
How can I configure the command to use Clang instead of GCC?
My system has gcc-8.5 and clang version 14.0.6, And as I understand as one of these fulfills the requirement as mentioned in the Supported Compilers list. bazel test //tcmalloc/... still throws the error : " #error "GCC 9.2 or higher is required."
How can I configure the command to use Clang instead of GCC?