Jeff Kunkel
2010-Dec-20 13:21 UTC
[LLVMdev] [LLVMDev] CmakeLists.txt in Codegen is not current
Like the title says, the CMakeLists.txt does not contain the current information. Attached is a patch to fix it. - Thanks, Jeff Kunkel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101220/285746bf/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: CodegenCmakeLists.patch Type: application/octet-stream Size: 4765 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101220/285746bf/attachment.obj>
Óscar Fuentes
2010-Dec-20 13:50 UTC
[LLVMdev] [LLVMDev] CmakeLists.txt in Codegen is not current
Jeff Kunkel <jdkunk3 at gmail.com> writes:> Like the title says, the CMakeLists.txt does not contain the current > information. Attached is a patch to fix it.The source file list looks up to date here.> Index: llvm/lib/CodeGen/CMakeLists.txt > ==================================================================> --- llvm/lib/CodeGen/CMakeLists.txt (revision 120158) > +++ llvm/lib/CodeGen/CMakeLists.txt (working copy)You are 2000 revisions behind ToT. Maybe that's the problem.