Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct alternative of cc #9392

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WangGithubUser
Copy link
Contributor

@WangGithubUser WangGithubUser commented Sep 2, 2023

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

clang-XX is for compile C file, and clang++-XX is for compile C++ file.
@facebook-github-bot
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants