clang-static-analysis-macosx64.json 1.0 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "llvm_revision": "262557",
  3. "stages": "3",
  4. "build_libcxx": true,
  5. "build_type": "Release",
  6. "assertions": false,
  7. "llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_380/final",
  8. "clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_380/final",
  9. "compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_380/final",
  10. "libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_380/final",
  11. "python_path": "/usr/local/bin/python2.7",
  12. "cc": "/Users/cltbld/clang/bin/clang",
  13. "cxx": "/Users/cltbld/clang/bin/clang++",
  14. "patches": {
  15. "macosx64": [
  16. "disable-mac-tsan.patch",
  17. "llvm-debug-frame.patch",
  18. "return-empty-string-non-mangled.patch"
  19. ],
  20. "linux64": [
  21. "llvm-debug-frame.patch",
  22. "return-empty-string-non-mangled.patch"
  23. ],
  24. "linux32": [
  25. "llvm-debug-frame.patch",
  26. "return-empty-string-non-mangled.patch"
  27. ]
  28. }
  29. }