[LLVMbugs] [Bug 764] NEW: llvm-config makefile is doesn't compute libdeps right on darwin
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 2 12:20:01 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=764
Summary: llvm-config makefile is doesn't compute libdeps right on
darwin
Product: tools
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: llvm-config
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
LibDeps.txt contains the following:
LLVMAlpha.o:
LLVMAsmParser.o:
LLVMBCReader.o:
LLVMBCWriter.o:
LLVMCBackend.o:
LLVMCodeGen.o:
LLVMCore.o:
LLVMDataStructure.o:
LLVMDebugger.o:
LLVMExecutionEngine.o:
...
This is greatly annoying, because it means that the checked in *.txt files in the llvm-config directory
don't match the locally generated ones, which produces spurious diffs.
Reid: can I just remove the copies checked into CVS?
-Chris
------- 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