[llvm-bugs] [Bug 38006] New: test/DebugInfo/MIR/X86/no-cfi-loc.mir fails assertion for x86_64-pc-windows-gnu

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jun 30 13:08:45 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38006

            Bug ID: 38006
           Summary: test/DebugInfo/MIR/X86/no-cfi-loc.mir fails assertion
                    for x86_64-pc-windows-gnu
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: llvm-bugs at lists.llvm.org, paul.robinson at am.sony.com,
                    paul_robinson at playstation.sony.com

test/DebugInfo/MIR/X86/no-cfi-loc.mir fails when targetting for
x86_64-pc-windows-gnu:


******************** TEST 'LLVM :: DebugInfo/MIR/X86/no-cfi-loc.mir' FAILED
********************
Script:
--
: 'RUN: at line 3';   C:\llvm\build\RelWithDebInfo\bin\llc.EXE
-start-after=prologepilog -march=x86-64 -use-unknown-locations=Enable
C:\llvm\llvm\test\DebugInfo\MIR\X86\no-cfi-loc.mir -o - |
C:\llvm\build\RelWithDebInfo\bin\FileCheck.EXE
C:\llvm\llvm\test\DebugInfo\MIR\X86\no-cfi-loc.mir
--
Exit Code: 2

Command Output (stdout):
--
$ ":" "RUN: at line 3"
$ "C:\llvm\build\RelWithDebInfo\bin\llc.EXE" "-start-after=prologepilog"
"-march=x86-64" "-use-unknown-locations=Enable"
"C:\llvm\llvm\test\DebugInfo\MIR\X86\no-cfi-loc.mir" "-o" "-"
# command stderr:
Assertion failed: HasWinCFI.hasValue() && "HasWinCFI not set yet!", file
C:\llvm\llvm\include\llvm/CodeGen/MachineFunction.h, line 487



LLVM trunk r336052 was built using Visual C++ targetting x86_64-pc-windows-gnu
and with assertions on:

cmake -G "Visual Studio 14 Win64" -Thost=x64
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo
-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-pc-windows-gnu
-DLLVM_ENABLE_ASSERTIONS:BOOL=ON -DLLVM_USE_CRT_DEBUG=MTd
-DLLVM_USE_CRT_RELWITHDEBINFO=MTd -DLLVM_USE_CRT_RELEASE=MT ../llvm



should the test pass at all or is it unsupported on x86_64-pc-windows-gnu?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180630/d643e030/attachment.html>


More information about the llvm-bugs mailing list