We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcb7a3 commit 94265beCopy full SHA for 94265be
.gitmodules
@@ -2,10 +2,6 @@
2
# Exceptions. See /LICENSE for license information.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5
-[submodule "third_party/llvm-project"]
6
- path = third_party/llvm-project
7
- url = https://github.com/llvm/llvm-project.git
8
- branch = main
9
[submodule "third_party/examples/brotli/original"]
10
path = third_party/examples/brotli/original
11
url = https://github.com/google/brotli
.pre-commit-config.yaml
@@ -141,5 +141,6 @@ repos:
141
exclude: |
142
(?x)^(
143
third_party/examples/.*/carbon/.*|
144
+ third_party/llvm-project/.*|
145
.*/fuzzer_corpus/.*
146
)$
0 commit comments