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
When I try to compile clangmetatool with clang-19 i get the following error:
/Users/go/Code/clangmetatool/src/tool_application_support.cpp:121:41: error: no member named 'makeArrayRef' in namespace 'llvm'
121 | driver.BuildCompilation(llvm::makeArrayRef(argsArray)));
When I try to compile clangmetatool with clang-19 i get the following error:
This seems to be related to https://reviews.llvm.org/D140896. Are there any plans to support llvm 19+?
The text was updated successfully, but these errors were encountered: