hhvm
hhvm copied to clipboard
Correct alternative of cc
Summary
The cc command is to compile C source file by default.And the compiler to compile C source in LLVM is clang-XX
But, we are using clang++-XX to be the alternative of cc.
Obviously, this is wrong.So, let's fix it!
Test Plan
Before:
After:
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.