[LLVMbugs] [Bug 4343] New: documentation missing for how to emit bitcode and machine code

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jun 7 01:31:40 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4343

           Summary: documentation missing for how to emit bitcode and
                    machine code
           Product: Documentation
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: General docs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: john at johnnowak.com
                CC: llvmbugs at cs.uiuc.edu


[04:21am] johnnowak: where in the documentation does it discuss how to emit
bitcode and machine code?
[04:21am] johnnowak: i can't seem to track it down
[04:22am] ddunbar__: not sure if its in the actual docs
[04:23am] ddunbar__: see include/llvm/Bitcode/ReaderWriter.h though
[04:23am] johnnowak: you'd think discussing how to generate code would be part
of the documentation for a compiler infrastructure
[04:23am] ddunbar__: patches welcome!
[04:23am] ddunbar__: I thought the tutorial covered this stuff though
[04:24am] johnnowak: it doesn't
[04:24am] edwin: opt -load=yourplugin.so input.bc -o output.bc
[04:26am] johnnowak: i'd hope that you wouldn't want people unfamiliar with the
project submitting essential pieces of documentation for basic yet critical
functionality
[04:27am] ddunbar__: johnnowak: file a docs bug if you like


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list