chore(tools/cheddar): Bump dependencies & upgrade to LLVM 10

This commit is contained in:
Vincent Ambo 2020-05-25 23:37:39 +01:00
parent d95ebf83cb
commit 6f8fbf4aa4
2 changed files with 177 additions and 241 deletions

View file

@ -15,6 +15,6 @@ naersk.buildPackage {
# LLVM packages (why are they even required?) are not found
# automatically if added to buildInputs, hence this ...
LIBCLANG_PATH = "${llvmPackages.libclang}/lib/libclang.so.7";
LIBCLANG_PATH = "${llvmPackages.libclang}/lib/libclang.so.10";
};
}