I'm trying to follow the instructions on OpenMP®/Clang to enable openmp in Xcode. But Add a new user-defined setting CC with the value /usr/local/bin/clang-omp
confuses me. I tried to change the Build Settings->Build Options-> Compilers for C/C++/Objective-C to /usr/local/bin/clang-omp++, but I got Unsupported Compiler
error.
Please help, thanks ahead.