[LLVMbugs] [Bug 20956] New: clang test 'Driver/cl-inputs.c' failing on Windows 7 / MSVC 2013, 32 bit

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 15 23:22:25 PDT 2014


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

            Bug ID: 20956
           Summary: clang test 'Driver/cl-inputs.c' failing on Windows 7 /
                    MSVC 2013, 32 bit
           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: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Code from current trunk, r217860

I checked out a new copy of LLVM and built it using MSVC 2013 update 2, 32 bit

cmake -G "Visual Studio 12" -DLLVM_TARGETS_TO_BUILD=X86
-DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=ON
-DLLVM_INCLUDE_DOCS=OFF -DLLVM_ENABLE_THREADS:BOOL=OFF
-DLLVM_USE_CRT_RELWITHDEBINFO=MTd ../../llvm

Ran the tests

\Python27\python msvc/RelWithDebInfo/bin/llvm-lit.py -s tools\clang\test

One test is failing:

  Clang :: Driver/cl-inputs.c

Output from 

\Python27\python msvc/RelWithDebInfo/bin/llvm-lit.py -v
tools/clang/test/Driver/cl-inputs.c

fails in:


Command 15 Stderr:
C:\llvm\tools\clang\test\Driver\cl-inputs.c:38:11: error: expected string not
found in input

// TPlib: warning: cl-test.lib: 'linker' input unused

          ^

<stdin>:1:1: note: scanning from here

clang version 3.6.0 (217844)

^

<stdin>:5:97: note: possible intended match here

 "c:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\VC\\bin\\link.exe"
"-out:/.exe" "-nologo" "c:/" "cl-test.lib"

-- 
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/20140916/a6b92c22/attachment.html>


More information about the llvm-bugs mailing list