[llvm-dev] external assemblers and llvm-link for compiling the linux kernel

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 15 08:04:19 PDT 2018


Should be - if you link a bunch of bitcode files together into a big
bitcode file - then you can pass that to clang the same as a source file,
etc. And you should be able to pass -no-integrated-as (
https://stackoverflow.com/questions/11118887/how-to-switch-off-llvms-integrated-assembler
 )

On Sat, Oct 13, 2018 at 8:20 AM Carter Cheng via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi,
>
> I can of new at this point but I am trying to learn the basics of working
> with the llvm system. My question is, is it possible to use an external
> assembler if you patch a bunch of bitcode object code files together for
> say compiling the linux kernel if you use a custom make file?
>
> Regards,
>
> Carter.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181015/2d279fbe/attachment.html>


More information about the llvm-dev mailing list