[cfe-dev] The document fault in llvm doc. And a comiling error

Zhongxing Xu xuzhongxing at gmail.com
Tue Jun 30 20:17:36 PDT 2009


Hi 罗勇刚,

Next time if you have some specific suggestion, a patch might be more helpful.

You can check out the code, make modifications as you want, and
generate the patch by command:

svn diff > /path/to/patch

Then send the patch as attachment with clear explanation. Without
specific reasons, don't send to both mailing lists.

Another suggestion: please put the mail in a clear format. This mail
is very hard to read.

On Sun, Jun 28, 2009 at 7:47 PM, 罗勇刚(Yonggang Luo)<luoyonggang at gmail.com> wrote:
> most html document need to add
> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
> int <head> section of html
> such as
> <head>
> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
> other staff
> </head>
> this is the correct style.
> .\llvm\docs\SourceLevelDebugging.html
> Chris Lattner sabre at nondot.org
> Jim Laskey jlaskey at mac.com
> Philosophy behind LLVM debugging information
> while don't change the link
> http://www.eagercon.com/dwarf/dwarf3std.htm
> to
> http://www.dwarfstd.org/
> and i found the link in http://www.eagercon.com/dwarf/dwarf3std.htmis not
> accessible.
> .\llvm\docs\ExtendingLLVM.html
> Written by Misha Brukman, Brad Jones, Nate Begeman, and Chris Lattner
> In section
> Adding a new instruction
> 4.llvm/lib/AsmParser/Lexer.l: add a new token to parse your instruction from
> assembly text file
> 5.llvm/lib/AsmParser/llvmAsmParser.y: add the grammar on how your
> instruction can be read and what it will construct as a result
> Adding a new type
> 3.llvm/lib/AsmReader/Lexer.l: add ability to parse in the type from text
> assembly
> 4.llvm/lib/AsmReader/llvmAsmParser.y: add a token for that type
> also, this file need to add a meta data that set charset to utf-8
> such as <meta http-equiv="content-type" content="text/html; charset=UTF-8">
> and also many other files:.
>
> .\llvm\docs\CompilerWriterInfo.html
> 1.Hardware
> Other x86-specific information
> need change the url of
> •Calling conventions for different C++ compilers and operating systems
> the new one is
> 3.Miscellaneous resources
> http://www.agner.org/optimize/#manuals
> I think need to add
> The DWARF Debugging Standard
> http://www.dwarfstd.org/
> Portable Executable
> http://en.wikipedia.org/wiki/Portable_Executable
> Microsoft Portable Executable and Common Object File Format Specification
> http://www.microsoft.com/whdc/system/platform/firmware/PECOFFdwn.mspx
> An In-Depth Look into the Win32 Portable Executable File Format
> http://msdn.microsoft.com/en-us/magazine/cc301805.aspx
> Object file converter
> http://www.agner.org/optimize/#objconv
> Damn good staff
> On windows 7 platfrom
> once I compiling with gcc or msvc, the tablgen can't running fine:
> Assertion failed: errorcode == 0, file
> d:/svn/llvm/lib/System/Win32/ThreadLocal.
> inc, line 46
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
> make[2]: *** [include/llvm/Intrinsics.gen.tmp] Error 3
> make[1]: *** [include/llvm/CMakeFiles/intrinsics_gen.dir/all] Error 2
> make: *** [all] Error 2
> --
>         此致
>> 罗勇刚
> Yonggang Luo
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>




More information about the cfe-dev mailing list