1. 15 Aug, 2011 1 commit
    • mark@chromium.org's avatar
      Build clang --without-llvmgcc and --without-llvmgxx. · d26eeb57
      mark@chromium.org authored
      Without this, configure finds llvm-gcc and llvm-g++ if already installed on
      the system, which will likely be out of date relative to the LLVM being built.
      This causes "make check" to run additional tests using the system llvm-gcc and
      llvm-g++. Some of these tests will fail.
      
      Since we don't build or care about llvm-gcc, it's pointless to run these
      tests, and it's scary to run your compiler's test suite and see failures.
      
      BUG=none
      TEST=cd third_party/llvm-build; make check-all; make unittests
           for i in tools/clang/unittests/*/Release+Asserts/*Tests; do "${i}"; done
      Review URL: http://codereview.chromium.org/7646012
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96744 0039d316-1c4b-4281-b951-d872f2087c98
      d26eeb57
  2. 14 Aug, 2011 12 commits
  3. 13 Aug, 2011 27 commits