Skip to content

how to generate bitcode? #1

Description

@meweez

hello,

1-Can you please guide me on how to generate LLVM IR for the Linux kernel step by step?
is this the command which you used?

sudo make CC="clang -S -emit-llvm" HOSTCC="clang -S -emit-llvm" defconfig
sudo make CC="clang -S -emit-llvm" HOSTCC="clang -S -emit-llvm"  

2- how can i merge these files to one with llvm-link?

Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions