diff -r 000000000000 -r 6474c204b198 build/unix/build-clang/clang-3.3.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/unix/build-clang/clang-3.3.json Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,11 @@ +{ + "llvm_revision": "183744", + "llvm_repo": "http://llvm.org/svn/llvm-project/llvm/branches/release_33", + "clang_repo": "http://llvm.org/svn/llvm-project/cfe/branches/release_33", + "compiler_repo": "http://llvm.org/svn/llvm-project/compiler-rt/branches/release_33", + "patches": { + "macosx64": ["llvm-debug-frame.patch"], + "linux64": ["llvm-debug-frame.patch", "no-sse-on-linux.patch"], + "linux32": ["llvm-debug-frame.patch", "no-sse-on-linux.patch"] + } +}