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

Remove LLVM installation dependency #8

Open
DelphiWorlds opened this issue Jun 28, 2023 · 0 comments
Open

Remove LLVM installation dependency #8

DelphiWorlds opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DelphiWorlds
Copy link
Collaborator

Currently Octoid requires LLVM to be installed because it depends on the libclang.dll library. Embarcadero is able to build their own libclang.dll which means that LLVM would no longer be required.

Note however that LLVM also installs Clang include files that Octoid can refer to if they are not present in the imported SDK, which is currently the case when importing macOS SDKs, so LLVM may be required to import some macOS SDKs until this is resolved

@DelphiWorlds DelphiWorlds added the enhancement New feature or request label Jun 28, 2023
@DelphiWorlds DelphiWorlds self-assigned this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant