hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

Correct alternative of cc

Open WangGithubUser opened this issue 2 years ago • 1 comments

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: image After: image

WangGithubUser avatar Sep 02 '23 09:09 WangGithubUser

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar Sep 02 '23 09:09 facebook-github-bot