[LLVMbugs] [Bug 13261] New: CMake-generated project is missing .td files in lib and .h files in tools
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Jul  3 09:47:28 PDT 2012
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=13261
             Bug #: 13261
           Summary: CMake-generated project is missing .td files in lib
                    and .h files in tools
           Product: Build scripts
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jordan_rose at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified
These files are missing from my generated Xcode projects:
(clang)
lib/StaticAnalyzer/Checkers/Checkers.td
tools/diagtool/DiagTool.h
tools/diagtool/DiagnosticNames.h
tests/
(llvm)
include/llvm/Target/*.td
lib/Target/*/*.td
tests/
(probably some headers too)
I guess it's arguable whether tests/ should be included or not. There are two
modes in Xcode for inclusion, though, and if you include it as a "folder
reference" (as opposed to a "group" containing source files), the file names
are indexed but not the contents. Not sure if Visual Studio has the same
distinction.
-- 
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