Skip to content

Commit 94265be

Browse files
authored
Switch LLVM to a subtree (#1021)
git rm third_party/llvm-project git subtree add --prefix third_party/llvm-project https://github.com/llvm/llvm-project.git dbf0d81 --squash With some fixes for the compile.
1 parent 7dcb7a3 commit 94265be

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Exceptions. See /LICENSE for license information.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

5-
[submodule "third_party/llvm-project"]
6-
path = third_party/llvm-project
7-
url = https://github.com/llvm/llvm-project.git
8-
branch = main
95
[submodule "third_party/examples/brotli/original"]
106
path = third_party/examples/brotli/original
117
url = https://github.com/google/brotli

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@ repos:
141141
exclude: |
142142
(?x)^(
143143
third_party/examples/.*/carbon/.*|
144+
third_party/llvm-project/.*|
144145
.*/fuzzer_corpus/.*
145146
)$

0 commit comments

Comments
 (0)