mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4e84ed47be
This is useful for deploying clang-cl to the infrastructure.
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"llvm_revision": "247539",
|
|
"stages": "3",
|
|
"build_libcxx": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"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",
|
|
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/trunk",
|
|
"python_path": "/usr/local/bin/python2.7",
|
|
"cc": "/usr/bin/clang",
|
|
"cxx": "/usr/bin/clang++",
|
|
"patches": {
|
|
"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"
|
|
]
|
|
}
|
|
}
|