2013-07-12 10:14:57 -07:00
|
|
|
{
|
2015-09-24 05:47:47 -07:00
|
|
|
"llvm_revision": "247539",
|
2015-07-10 20:11:11 -07:00
|
|
|
"stages": "3",
|
2015-07-12 17:30:51 -07:00
|
|
|
"build_libcxx": true,
|
|
|
|
"build_type": "Release",
|
|
|
|
"assertions": false,
|
2013-07-12 10:14:57 -07:00
|
|
|
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/trunk",
|
|
|
|
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/trunk",
|
|
|
|
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/trunk",
|
2015-01-18 17:44:05 -08:00
|
|
|
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/trunk",
|
2015-09-11 06:26:24 -07:00
|
|
|
"python_path": "/usr/local/bin/python2.7",
|
2015-09-13 15:57:38 -07:00
|
|
|
"cc": "/usr/bin/clang",
|
|
|
|
"cxx": "/usr/bin/clang++",
|
2013-07-12 10:14:57 -07:00
|
|
|
"patches": {
|
2015-10-12 14:14:00 -07:00
|
|
|
"macosx64": [
|
|
|
|
"llvm-debug-frame.patch",
|
|
|
|
"query-selector-visibility.patch",
|
|
|
|
"return-empty-string-non-mangled.patch"
|
|
|
|
],
|
|
|
|
"linux64": [
|
|
|
|
"llvm-debug-frame.patch",
|
|
|
|
"query-selector-visibility.patch",
|
|
|
|
"return-empty-string-non-mangled.patch"
|
|
|
|
],
|
|
|
|
"linux32": [
|
|
|
|
"llvm-debug-frame.patch",
|
|
|
|
"query-selector-visibility.patch",
|
|
|
|
"return-empty-string-non-mangled.patch"
|
|
|
|
]
|
2013-07-12 10:14:57 -07:00
|
|
|
}
|
|
|
|
}
|