Giter VIP home page Giter VIP logo

Comments (8)

japaric avatar japaric commented on July 30, 2024

Adding to the epoch 2018 milestone as discussed in yesterday's meeting

from wg.

dvc94ch avatar dvc94ch commented on July 30, 2024

Can we also add cargo-dwarfdump [0]

[0] https://llvm.org/docs/CommandGuide/llvm-dwarfdump.html

from wg.

whitequark avatar whitequark commented on July 30, 2024

When was the last time you needed dwarfdump and were not developing an LLVM backend?..

from wg.

grossws avatar grossws commented on July 30, 2024

@m4b wrote cargo-sym which can be used as limited objdump replacement.

from wg.

japaric avatar japaric commented on July 30, 2024

@dvc94ch I didn't include that tool in the discussion issue I opened (rust-lang/rust#49584). You can bring it up in the comments.

During yesterday's meeting @jcsoo brought up the idea of having a step 0 for these subcommands: a minimal implementation could simply proxy the LLVM tool; for example, cargo nm -- -C path/to/binary would be sugar for $(rustc --print sysroot)/path/to/llvm-nm -C path/to/binary.

from wg.

whitequark avatar whitequark commented on July 30, 2024

@m4b wrote cargo-sym which can be used as limited objdump replacement.

Please, no. This would mean that e.g. the OpenRISC LLVM/rustc port that I maintain would be gated on Capstone gaining OpenRISC support before standard rustc tools could be used.

from wg.

japaric avatar japaric commented on July 30, 2024

During yesterday's meeting @jcsoo brought up the idea of having a step 0 for these subcommands: a minimal implementation could simply proxy the LLVM tool

I have implemented step 0 in https://github.com/japaric/cargo-binutils

from wg.

japaric avatar japaric commented on July 30, 2024

The llvm-tools rustup component now exists and cargo-binutils is making use of it. Check this announcement for details.

Let's discuss the final UI we want for the Cargo subcommands in the cargo-binutils issue tracker.

from wg.

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.