.gitmodules 791 B

1234567891011121314151617181920
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. [submodule "third_party/llvm-bazel"]
  5. path = third_party/llvm-bazel
  6. url = https://github.com/google/llvm-bazel.git
  7. fetchRecurseSubmodules = false
  8. [submodule "third_party/llvm-project"]
  9. path = third_party/llvm-project
  10. url = https://github.com/llvm/llvm-project.git
  11. [submodule "third_party/examples/brotli/original"]
  12. path = third_party/examples/brotli/original
  13. url = https://github.com/google/brotli
  14. shallow = true
  15. [submodule "third_party/examples/woff2/original"]
  16. path = third_party/examples/woff2/original
  17. url = https://github.com/google/woff2
  18. shallow = true
  19. fetchRecurseSubmodules = false