[llvm-commits] [llvm] r143186 - in /llvm/trunk: lib/CodeGen/AsmPrinter/DIE.cpp lib/CodeGen/AsmPrinter/DIE.h lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll

Francois Pichet pichet2000 at gmail.com
Fri Oct 28 00:46:09 PDT 2011


On Fri, Oct 28, 2011 at 1:29 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Author: nicholas
> Date: Fri Oct 28 00:29:47 2011
> New Revision: 143186
>
> URL: http://llvm.org/viewvc/llvm-project?rev=143186&view=rev
> Log:
> Always use the string pool, even when it makes the .o larger. This may help
> tools that read the debug info in the .o files by making the DIE sizes more
> consistent.

This fail on MSVC 2010:

1>  FAIL: LLVM :: CodeGen/X86/2010-08-10-DbgConstant.ll (6053 of 9480)
1>  ******************** TEST 'LLVM ::
CodeGen/X86/2010-08-10-DbgConstant.ll' FAILED ********************
1>  Script:
1>  --
1>  C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE  -march=x86 -O0 <
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/2010-08-10-DbgConstant.ll |
C:/dev/llvm/llvm_trunk2/bin/Release/FileCheck.EXE
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/2010-08-10-DbgConstant.ll
1>  --
1>  Exit Code: 1
1>  Command Output (stdout):
1>  --
1>  Command 0: "C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE" "-march=x86" "-O0"
1>  Command 0 Result: 0
1>  Command 0 Output:
1>
1>
1>  Command 0 Stderr:
1>
1>
1>  Command 1: "C:/dev/llvm/llvm_trunk2/bin/Release/FileCheck.EXE"
"C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/2010-08-10-DbgConstant.ll"
1>  Command 1 Result: 1
1>  Command 1 Output:
1>
1>
1>  Command 1 Stderr:
1>  C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/2010-08-10-DbgConstant.ll:3:15:
error: expected string not found in input
1>  ; CHECK-NEXT: .long .Lstring3 #{{#?}} DW_AT_name
1>                ^
1>  <stdin>:70:2: note: scanning from here
1>   .long Lstring3 # DW_AT_name
1>   ^
1>
1>
1>  --
1>
1>  ********************
1>
1>  Testing Time: 187.73s
1>  ********************
1>  Failing Tests (1):
1>      LLVM :: CodeGen/X86/2010-08-10-DbgConstant.ll



More information about the llvm-commits mailing list