rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||||
3 | |||||
4 | SUMMARY = "This is the canonical git mirror of the LLVM subversion repository." | ||||
5 | HOMEPAGE = "https://github.com/llvm/llvm-project" | ||||
6 | |||||
7 | require llvm-project-source.inc | ||||
8 | require clang.inc | ||||
9 | |||||
10 | EXCLUDE_FROM_WORLD = "1" |