Skip to content

Commit

Permalink
python: pgo-llvm-builder: Include libclang files
Browse files Browse the repository at this point in the history
libclang is useful for other projects in the kernel, so include them in
the installation.

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Feb 12, 2024
1 parent efbbe2e commit 3418e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pgo-llvm-builder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
'clang',
'clang-resource-headers',
'compiler-rt',
'libclang',
'libclang-headers',
'lld',
'llvm-addr2line',
'llvm-ar',
Expand Down

0 comments on commit 3418e41

Please sign in to comment.