Skip to content

Commit

Permalink
llvm: Move it to third_party/llvm/src
Browse files Browse the repository at this point in the history
Clone the llvm_project into third_party src location to make for
README.chromium and related files.

Bug: angleproject:8369
Change-Id: I625eefd8fd883a956985d217f33274ebe7fbe7ed
Signed-off-by: Gowtham Tammana <[email protected]>
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5111802
Reviewed-by: Shahbaz Youssefi <[email protected]>
Commit-Queue: Shahbaz Youssefi <[email protected]>
  • Loading branch information
gowtham-sarc authored and Angle LUCI CQ committed Dec 13, 2023
1 parent b25ffe5 commit cdacdf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
/third_party/libpng/src
/third_party/libunwind/src
/third_party/llvm-build
/third_party/llvm
/third_party/llvm/src
/third_party/markupsafe
/third_party/meson
/third_party/nasm
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
path = third_party/libpng/src
url = https://android.googlesource.com/platform/external/libpng
gclient-condition = not build_with_chromium
[submodule "third_party/llvm"]
path = third_party/llvm
[submodule "third_party/llvm/src"]
path = third_party/llvm/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project
gclient-condition = not build_with_chromium
[submodule "third_party/jinja2"]
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ deps = {
'condition': 'not build_with_chromium',
},

'third_party/llvm': {
'third_party/llvm/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project@d222fa4521531cc4ac14b8e157d231c108c003be',
'condition': 'not build_with_chromium',
},
Expand Down

0 comments on commit cdacdf6

Please sign in to comment.