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

Let macOS use llvm-clang for compilation too #136

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

Conversation

Frityet
Copy link

@Frityet Frityet commented May 9, 2024

Apple clang is just an slightly modified version of LLVM clang, but LLVM clang is fully useable on macOS and is able to compile and run this project perfectly. Furthermore, if you install LLVM clang with homebrew, it overrides clang to use llvm-clang which makes the build fail.

Apple clang is just an slightly modified version of LLVM clang, but LLVM clang is fully useable on macOS and is able to compile and run this project perfectly. Furthermore, if you install LLVM clang with homebrew, it overrides `clang` to use llvm-clang which makes the build fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant