Skip to main content

Command Palette

Search for a command to run...

Nagging: LLVM

Published
1 min read
M

Hands-on technology leader with 10+ years building scalable, mission-critical systems at Goldman Sachs, Brevan Howard and fast-growing fintechs. Expert in cloud-native architectures, distributed data pipelines and high-throughput systems; experienced in migrating legacy platforms and designing AI-enabled services. Proven track record delivering reliable platforms that process millions of transactions daily.

These days I am getting familiar with LLVM and its IR language. As a part of this process I try to run some sample codes to see how it works. But guess what? NONE of the samples are working with the current LLVM installation that I have.

I tried https://github.com/paulsmith/getting-started-llvm-c-api first. It does no compile because `jit` is no longer part of LLVM and `LLVMLinkInJIT` is referenced in the source code!

I mean, after 13 years of development, its time to stabilize something and let other USE your product. Isn’t it?

 

 

More from this blog

A

A Blog about Software Development

96 posts