Verified Commit 163f9a33 authored by Georg Koppen's avatar Georg Koppen Committed by aguestuser
Browse files

Bug 40391: Fix clang config

parent 0355d678
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ input_files:
    enable: '[% c("var/linux") %]'
  - name: binutils
    project: binutils
    enable: '[% c("var/linux") %] || [% c("var/android") %]'
    enable: '[% c("var/linux") || c("var/android") %]'
  - project: cmake
    name: cmake
  - project: llvm-project