[llvm-commits] [MSVC] Possible miscompilation on TargetLoweringObjectFileELF::emitPersonalityValue()

Francois Pichet pichet2000 at gmail.com
Fri Jun 17 17:57:39 PDT 2011


2011/6/13 NAKAMURA Takumi <geek4civic at gmail.com>:
> Rafael,
>
>> Can you try 132898?
>
> Bingo! Thank you!
>
>> Sorry for the bug.
>
> NP, it failed only on msvc10+optimizations.
> (Apparently looks fine on cygming and linux)
>

For some reasons this test is crashing again on MSVC since today.

log:

1>  ********************
1>  FAIL: LLVM :: CodeGen/X86/no-cfi.ll (6041 of 9121)
1>  ******************** TEST 'LLVM :: CodeGen/X86/no-cfi.ll' FAILED
********************
1>  Script:
1>  --
1>  C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE <
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/no-cfi.ll
-mtriple=x86_64-unknown-linux-gnu -disable-cfi |
C:/dev/llvm/llvm_trunk2/bin/Release/FileCheck.EXE
--check-prefix=STATIC
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/no-cfi.ll
1>  C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE <
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/no-cfi.ll
-mtriple=x86_64-unknown-linux-gnu -disable-cfi -relocation-model=pic |
C:/dev/llvm/llvm_trunk2/bin/Release/FileCheck.EXE --check-prefix=PIC
C:/dev/llvm/llvm_trunk2/test/CodeGen/X86/no-cfi.ll
1>  --
1>  Exit Code: 1
1>  Command Output (stdout):
1>  --
1>  Command 0: "C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE"
"-mtriple=x86_64-unknown-linux-gnu" "-disable-cfi"
1>  Command 0 Result: -3
1>  Command 0 Output:
1>
1>
1>  Command 0 Stderr:
1>  Stack dump:
1>  0.	Program arguments: C:/dev/llvm/llvm_trunk2/bin/Release/llc.EXE
-mtriple=x86_64-unknown-linux-gnu -disable-cfi
1>  1.	Running pass 'Function Pass Manager' on module '<stdin>'.
1>  2.	Running pass 'X86 AT&T-Style Assembly Printer' on function '@bar'
1>  0137B38A (0x00EE4C90 0x00EE6A50 0x00000001 0x00000000)
1>  0137C08D (0x00EE6AA0 0x00000004 0x00000000 0x00EE4E40)
1>  01364A7A (0x00EE6A80 0x00000004 0x00000000 0x00EE6610)
1>  01108299 (0x00EE6610 0x00EE67B0 0x00000004 0x0142305D)
1>  0111D8E8 (0x00EC0670 0x00EE4E40 0x00EE70E8 0x013FF4C8)
1>  0110AEF1 (0x00EC78C0 0x00EE4E40 0x0015F960 0x00CBFC24)



More information about the llvm-commits mailing list