llvm: include BPF target too, otherwise can't build bcc

This commit is contained in:
Will Dietz 2019-01-13 20:53:21 -06:00
parent f094f1d07a
commit 3054cbd3f2

@ -15,7 +15,8 @@
, enableManpages ? false
, enableSharedLibraries ? true
# Mesa requires AMDGPU target
, enableTargets ? [ stdenv.hostPlatform stdenv.targetPlatform "AMDGPU" ]
# BPF is used by bcc
, enableTargets ? [ stdenv.hostPlatform stdenv.targetPlatform "AMDGPU" "BPF" ]
, enablePFM ? !stdenv.isDarwin
}: