Skip to content
  1. Jul 22, 2005
  2. Jul 21, 2005
  3. Jul 20, 2005
  4. Jul 19, 2005
  5. Jul 18, 2005
  6. Jul 17, 2005
    • Reid Spencer's avatar
      Add a parameter to the FIND_STD_PROGRAM macro that allows an alternate name · 012d35ae
      Reid Spencer authored
      for the command line options. This helps with situations where the executable
      name sought is too generic and a more meaningful name needs to be used for
      the command line options. It also helps satisfy picky project leaders.
      
      llvm-svn: 22461
      012d35ae
    • Reid Spencer's avatar
      Add two new checks for use in LLVM configuration files: · e7e3c214
      Reid Spencer authored
      * FIND_STD_PROGRAM will find a program in the path or using --with options
        and verify that the path/bin/program is executable. Also allows checking
        for include files and libraries. If found, USE_PROGRAM is set, otherwise
        its not set. Also sets PROGRAM_BIN (bin directory), and PROGRAM_DIR (top
        level directory). If headers are found, sets PROGRAM_INC. If libraries
        are found, sets PROGRAM_LIB.
      * CHECK_PROGRAM_SANITY can be used to run a program with some option that
        only produces information output and requires no input. If the output
        matches a regular expression, the program passes the sanity check.
        Otherwise, an error occurs.
      
      llvm-svn: 22458
      e7e3c214
  7. Jul 16, 2005
  8. Jul 15, 2005
Loading