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

Fails to build with llvm 19 #83

Open
greole opened this issue Jan 8, 2025 · 0 comments
Open

Fails to build with llvm 19 #83

greole opened this issue Jan 8, 2025 · 0 comments

Comments

@greole
Copy link

greole commented Jan 8, 2025

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)));

This seems to be related to https://reviews.llvm.org/D140896. Are there any plans to support llvm 19+?

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

No branches or pull requests

1 participant