Skip to content
  1. Jan 03, 2011
    • Oscar Fuentes's avatar
      TableGen.cmake: sometimes the .td file is not in the current directory · 0db031d5
      Oscar Fuentes authored
      (clang/include/clang/Basic/StmtNodes.td, for instance, is tablegenned
      from clang/include/clang/AST/CMakeLists.txt) so it is not contained on
      the list of all .td files on the current source directory which is
      used as the DEPENDS of the custom command. We must add the .td file to
      the DEPENDS list of the custom command. Otherwise some .inc files are
      not regenerated when the corresponding .td file changes.
      
      llvm-svn: 122768
      0db031d5
  2. Oct 22, 2010
  3. Jun 17, 2010
  4. Aug 22, 2009
  5. Jul 13, 2009
  6. Jun 25, 2009
  7. Jun 11, 2009
  8. Mar 16, 2009
  9. Nov 21, 2008
  10. Nov 14, 2008
  11. Nov 09, 2008
  12. Oct 29, 2008
  13. Sep 26, 2008
Loading