Skip to content

Commit

Permalink
Build clang with xml2
Browse files Browse the repository at this point in the history
a5d9ce26c7b2c5ffa66828783aec6cf94dcc6cba
  • Loading branch information
4JustMe4 committed Apr 9, 2024
1 parent b1fa9be commit 29085bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ynd/clang/16/ix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lib/llvm/16/tblgen
{% if linux and x86_64 %}
LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;polly"
{% endif %}
LLVM_ENABLE_LIBXML2="yes"
{% endblock %}

{% block llvm_targets %}
Expand All @@ -36,6 +37,11 @@ fix-build.patch
dwarf-emit-namespaces.patch
{% endblock %}

{% block bld_libs %}
lib/xml/2
{{super()}}
{% endblock %}

{% block common_patches %}
D149723-optimize-renamer-clang-tidy-check.patch
{% endblock %}
Expand Down

0 comments on commit 29085bd

Please sign in to comment.