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 dbf0d8118c --squash

With some fixes for the compile.
This commit is contained in:
Jon Meow
2022-01-27 09:25:15 -08:00
committed by GitHub
parent 7dcb7a3be8
commit 94265befee
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -2,10 +2,6 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
[submodule "third_party/llvm-project"]
path = third_party/llvm-project
url = https://github.com/llvm/llvm-project.git
branch = main
[submodule "third_party/examples/brotli/original"]
path = third_party/examples/brotli/original
url = https://github.com/google/brotli
+1
View File
@@ -141,5 +141,6 @@ repos:
exclude: |
(?x)^(
third_party/examples/.*/carbon/.*|
third_party/llvm-project/.*|
.*/fuzzer_corpus/.*
)$