[LLVMdev] Keyword documenation for target, deplibs ...

Wink Saville wink at saville.com
Sun Mar 5 14:30:59 PST 2006


Hello,

My goal is to create a language which can compile itself, therefore I
feel I need to understand the Assembler/Byte code format.

Starting with a C hello world program there are statements at the
beginning of the disassembled bc file that I couldn't find any
documentation:

    target endian = little
    target pointersize = 32
    target triple = "i686-pc-linux-gnu"
    deplibs = [ "c", "crtend" ]
    implementation

These are "self-explantory" but what are the possible values and what
other items should I be prepared to output.

Thanks,

Wink Saville





More information about the llvm-dev mailing list