Skip to content
  1. Nov 28, 2011
    • Dylan Noblesmith's avatar
      rename ENABLE_THREADS to LLVM_ENABLE_THREADS · efddf201
      Dylan Noblesmith authored
      Now that it needs to be exported in a public header (Valgrind.h)
      it should be prefixed to avoid collision with other projects.
      Add it to llvm-config.h as well.
      
      This'll require regenerating the configure script after this
      commit, but I don't have the required autoconf version.
      
      llvm-svn: 145214
      efddf201
    • Dylan Noblesmith's avatar
      update description of LLVM_DEFAULT_TARGET_TRIPLE · daef41b1
      Dylan Noblesmith authored
      It was out of sync with the description in configure.ac/config.h.in.
      Also re-alphabetize it from its position when it was LLVM_HOST_TRIPLE.
      
      llvm-svn: 145213
      daef41b1
    • Nick Lewycky's avatar
      Place the "cfg checksum" around a test. This was recently added in April 2011 to · 6404d97a
      Nick Lewycky authored
      gcc, though I thought it was older (my gcc 4.4 has it as a local patch. Whoops!)
      This fixes PR10589.
      
      Also add some debugging statements.
      
      Remove GcnoFiles, the mapping from CompilationUnit to raw_ostream. Now that we
      start by iterating over each CU and descending into them, there's no need to
      maintain a mapping.
      
      llvm-svn: 145208
      6404d97a
  2. Nov 27, 2011
Loading