GithubHelp home page GithubHelp logo

Newer versions about llvm-d HOT 9 CLOSED

moritzmaxeiner avatar moritzmaxeiner commented on August 22, 2024
Newer versions

from llvm-d.

Comments (9)

MoritzMaxeiner avatar MoritzMaxeiner commented on August 22, 2024

Pull requests welcome.

from llvm-d.

foerdi avatar foerdi commented on August 22, 2024

Hi,

is anyone already working on this?
I am also interested in v10, I can make a merge request in the near future.

from llvm-d.

Dmunch04 avatar Dmunch04 commented on August 22, 2024

@foerdi
I'm working on my own bindings lib for v10 specifically. I don't know if it's planned for llvm-d tho

from llvm-d.

MoritzMaxeiner avatar MoritzMaxeiner commented on August 22, 2024

is anyone already working on this?

Not that I'm aware of.

I am also interested in v10, I can make a merge request in the near future.

Thanks :)

from llvm-d.

MoritzMaxeiner avatar MoritzMaxeiner commented on August 22, 2024

I'm working on my own bindings lib for v10 specifically. I don't know if it's planned for llvm-d tho

I'm curious, is there anything in llvm-d's design that isn't suited to your use case? Adding new LLVM support to llvm-d isn't inherently difficult, you just have to do a diff between two LLVM tarballs' llvm-c include directory and translate those changes to D. I'll happily merge a good PR, but I myself just have no need for a new version.

from llvm-d.

Dmunch04 avatar Dmunch04 commented on August 22, 2024

Mostly because it's my first time wrapping extern libs to D. I wasn't sure how I would do so, so I decided to try it out "privately". And then I also find the llvm-d structure a bit confusing

from llvm-d.

MoritzMaxeiner avatar MoritzMaxeiner commented on August 22, 2024

And then I also find the llvm-d structure a bit confusing

I see. FWIW:

llvm/config.d: Version definition and target support (targets are what LLVM calls its backends)
llvm/constants.d: Enumerations and other constants
llvm/types.d: Type definitions
llvm/functions/link.d: Function stubs

Adding a new LLVM version usually only needs to touch those files.

from llvm-d.

MoritzMaxeiner avatar MoritzMaxeiner commented on August 22, 2024

I hadn't planned on it, but since I had some free time I added on-paper support for 9.0.0, 9.0.1, and 10.0.0.

Please test @Dmunch04 @foerdi.

from llvm-d.

foerdi avatar foerdi commented on August 22, 2024

Nice, Thank you.

I hope I can test it next weekend.

from llvm-d.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.