[LLVMbugs] [Bug 7451] New: Clang fails completely to compile under some circumstances.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 22 10:51:00 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7451
Summary: Clang fails completely to compile under some
circumstances.
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: release blocker
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: cnuernber at gmail.com
CC: llvmbugs at cs.uiuc.edu
Clang immediately exits with a very unhelpful error message given a basic
compilation task.
so, to reproduce, get a windows vista system.
follow svn procedures for getting llvm and clang.
Compile clang using Visual Studio 2008, update system path variable to point to
llvm/bin/Debug directory.
D:\dev\clangtest\clangtest>clang main.cpp -o test
clang main.cpp -o test
clang: error: unable to execute command: program not executable
clang: error: assembler (via gcc) command failed due to signal 1 (use -v to see
invocation)
Chris
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list