Skip to content

Commit

Permalink
Package clang-scan-deps
Browse files Browse the repository at this point in the history
Bug: android/ndk#1853

clang-scan-deps is 88M because the backends for all targets are included in clang-scan-deps.  Linking of backends was added by https://reviews.llvm.org/D103519 - to support PCH.

Change-Id: I9266488056401528ddf96a7434c02177c0242a72
Test: presubmit
  • Loading branch information
pirama-arumuga-nainar committed May 24, 2023
1 parent b18e0ba commit 66c95e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def package_toolchain(toolchain_builder: LLVMBuilder,
'clang-check' + ext,
'clang-cl' + ext,
'clang-format' + ext,
'clang-scan-deps' + ext,
'clang-tidy' + ext,
'clangd' + ext,
'dsymutil' + ext,
Expand Down

0 comments on commit 66c95e1

Please sign in to comment.