[LLVMbugs] [Bug 549] NEW: llvmAsmParser.y should not be ignored by .cvsignore
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Apr 19 00:04:12 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=549
Summary: llvmAsmParser.y should not be ignored by .cvsignore
Product: libraries
Version: trunk
Platform: All
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: LLVM assembly language parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tzuchien.chiu at gmail.com
I checked out llvm and imported it to my repository, but llvmAsmParser.y is not
imported because, llvm/liv/AsmParser/.cvsignore 1.1:
Lexer.cpp
llvmAsmParser.*
should be:
Lexer.cpp
llvmAsmParser.cpp
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list