You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently Octoid requires LLVM to be installed because it depends on the
libclang.dll
library. Embarcadero is able to build their ownlibclang.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
The text was updated successfully, but these errors were encountered: