Current master doesn't build with LLVM 19. I've tried to track down some of the API changes in LLVM and adjusted the code so it builds again, but there are more warnings (unhandled switch case values.. maybe that was there before), and I don't know anything about all of this, so I hope this can be a starting point for someone more knowledgeable:
Current master doesn't build with LLVM 19. I've tried to track down some of the API changes in LLVM and adjusted the code so it builds again, but there are more warnings (unhandled switch case values.. maybe that was there before), and I don't know anything about all of this, so I hope this can be a starting point for someone more knowledgeable:
Relevant upstream API changes:
Here is a minimal patch to get it to build: