mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:40:12 +01:00
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:
@@ -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
|
||||
|
||||
@@ -141,5 +141,6 @@ repos:
|
||||
exclude: |
|
||||
(?x)^(
|
||||
third_party/examples/.*/carbon/.*|
|
||||
third_party/llvm-project/.*|
|
||||
.*/fuzzer_corpus/.*
|
||||
)$
|
||||
|
||||
Reference in New Issue
Block a user