Blame build/build-clang/clang-5-linux64.json

Packit f0b94e
{
Packit f0b94e
    "llvm_revision": "320874",
Packit f0b94e
    "stages": "3",
Packit f0b94e
    "build_libcxx": true,
Packit f0b94e
    "build_type": "Release",
Packit f0b94e
    "assertions": false,
Packit f0b94e
    "llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_501/final",
Packit f0b94e
    "clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_501/final",
Packit f0b94e
    "compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_501/final",
Packit f0b94e
    "libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_501/final",
Packit f0b94e
    "libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_501/final",
Packit f0b94e
    "python_path": "/usr/bin/python2.7",
Packit f0b94e
    "gcc_dir": "/builds/worker/workspace/build/src/gcc",
Packit f0b94e
    "cc": "/builds/worker/workspace/build/src/gcc/bin/gcc",
Packit f0b94e
    "cxx": "/builds/worker/workspace/build/src/gcc/bin/g++",
Packit f0b94e
    "as": "/builds/worker/workspace/build/src/gcc/bin/gcc",
Packit f0b94e
    "patches": [
Packit f0b94e
      "llvm-debug-frame-for-5.patch",
Packit f0b94e
      "r313872.patch",
Packit f0b94e
      "pr_set_ptracer.patch"
Packit f0b94e
    ]
Packit f0b94e
}