Skip to content
  1. Dec 29, 2007
  2. Aug 14, 2006
    • Reid Spencer's avatar
      Make all tools that use llvmdo have a -topdir option that allows the top · 235c1555
      Reid Spencer authored
      source dir for LLVM to be specified explicitly. This removes the dependency
      on the llvm-config script. If the option is not given, then the scripts use
      llvm-config which should be both built and in the PATH. This arrangement
      provides a useful default for most developers but also allows the nightly
      tester to execute countloc.sh before llvm-config is built and without
      altering the PATH.
      
      llvm-svn: 29663
      235c1555
  3. Aug 13, 2006
  4. Aug 11, 2006
  5. Sep 20, 2004
  6. Sep 06, 2004
    • Reid Spencer's avatar
      Added a tool to more accurately count the lines of code. The previous · 2a91e7f6
      Reid Spencer authored
      utility, getsrcs.sh suffered from two problems: (1) it generated command
      lines too long for some platforms and (2) it searched the projects diretory
      which now contains the llvm-test module (in nightly tester) but we don't
      want to include the test code in our LOC calculation. This script should
      be maintained as LLVM adds new top level directories that contain source
      code.
      
      llvm-svn: 16199
      2a91e7f6
Loading