[LLVMbugs] [Bug 2605] New: Fail to build AsmParser without bison on Win32
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jul 28 16:09:24 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2605
Summary: Fail to build AsmParser without bison on Win32
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: minor
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asitgoes at gmail.com
CC: llvmbugs at cs.uiuc.edu
in 'win32/dobison.cmd' script, the output directory for 'llvmAsmParser.cpp',
and 'llvmAsmParser.h' is different when they are generated using bison from
when they are generated using pre-generated files. Thus, the 'AsmParser'
project fails to build when 'bison' cannot be found in the path.
This could easily be fixed by make the output directories for both cases the
same and the project has correct path to the generated file.
--
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