Git Product home page Git Product logo

Comments (4)

asterite avatar asterite commented on May 16, 2024

We are using this function provided by llvm: http://llvm.org/docs/doxygen/html/group__LLVMCCoreModule.html#ga31c87315ba3f595d6786c47a50d9f8e7

Do you know if there is a similar function to get the dump as a string? That's why we just dump it to stderr, because that is what llvm provides. If you could get a string representation we would dump it to stdout.

from crystal.

nickdesaulniers avatar nickdesaulniers commented on May 16, 2024

If the compiler is passed the -ll flag, can you check that compilation was valid, then redirect stderr to a new file? That way you wouldn't miss any compilation errors being printed to stderr as expected. I don't really know much about LLVM APIs.

from crystal.

nickdesaulniers avatar nickdesaulniers commented on May 16, 2024

Tracing through how we do it in rust:

  1. get the command line flag, passed as sess.opts.output_type
  2. call into llvm module
  3. which is a Rust binding
  4. to a C wrapper
  5. which is what we call in LLVM

createPrintModulePass

Let me know if this helps!

from crystal.

asterite avatar asterite commented on May 16, 2024

Hi Nick,

Let me know if this fixes the issue. Thanks for pushing this forward :-)

from crystal.

Related Issues (20)

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.