Skip to content

Commit

Permalink
sysdeps-latest: Update altdep for LLVM 13 and git snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lantw44 committed Nov 21, 2021
1 parent 400750e commit 0f4ca18
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modulesets/gnome-sysdeps-latest.modules
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@
<systemdependencies>
<dep type="c_include" name="clang-c/Index.h">
<!-- Debian. FIXME: This is definitely broken. https://bugzilla.gnome.org/show_bug.cgi?id=781872 -->
<altdep type="c_include" name="../lib/llvm-14/include/clang-c/Index.h"/>
<altdep type="c_include" name="../lib/llvm-13/include/clang-c/Index.h"/>
<altdep type="c_include" name="../lib/llvm-12/include/clang-c/Index.h"/>
<altdep type="c_include" name="../lib/llvm-11/include/clang-c/Index.h"/>
<altdep type="c_include" name="../lib/llvm-10/include/clang-c/Index.h"/>
Expand All @@ -548,6 +550,10 @@
<altdep type="c_include" name="../lib/llvm-3.5/include/clang-c/Index.h"/>
<altdep type="c_include" name="../lib/llvm-3.4/include/clang-c/Index.h"/>
<!-- FreeBSD -->
<altdep type="c_include" name="../llvm13/include/clang-c/Index.h"/>
<altdep type="c_include" name="../llvm12/include/clang-c/Index.h"/>
<altdep type="c_include" name="../llvm11/include/clang-c/Index.h"/>
<altdep type="c_include" name="../llvm10/include/clang-c/Index.h"/>
<altdep type="c_include" name="../llvm90/include/clang-c/Index.h"/>
<altdep type="c_include" name="../llvm80/include/clang-c/Index.h"/>
<altdep type="c_include" name="../llvm70/include/clang-c/Index.h"/>
Expand Down Expand Up @@ -953,6 +959,10 @@
<systemdependencies>
<dep type="c_include" name="llvm-c/Core.h">
<!-- Debian -->
<altdep type="c_include" name="llvm-c-14/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-13/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-12/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-11/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-10/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-9/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-8/llvm-c/Core.h"/>
Expand All @@ -967,6 +977,10 @@
<altdep type="c_include" name="llvm-c-3.5/llvm-c/Core.h"/>
<altdep type="c_include" name="llvm-c-3.4/llvm-c/Core.h"/>
<!-- FreeBSD -->
<altdep type="c_include" name="../llvm13/include/llvm-c/Core.h"/>
<altdep type="c_include" name="../llvm12/include/llvm-c/Core.h"/>
<altdep type="c_include" name="../llvm11/include/llvm-c/Core.h"/>
<altdep type="c_include" name="../llvm10/include/llvm-c/Core.h"/>
<altdep type="c_include" name="../llvm90/include/llvm-c/Core.h"/>
<altdep type="c_include" name="../llvm80/include/llvm-c/Core.h"/>
<altdep type="c_include" name="../llvm70/include/llvm-c/Core.h"/>
Expand Down

0 comments on commit 0f4ca18

Please sign in to comment.