When I changed llc to "usr/bin/llvm-gcc" nothing happened. So I guess I should edit something else?,….
llc is not llvm-gcc (and even if it were, the leading / on /usr/bin is not optional). If you have LLVM installed via brew, you are probably looking for /usr/local/bin/llc and /usr/local/bin/opt for those two.