toolchain: add LLC field to llvmToolchain

This commit is contained in:
2024-09-01 12:54:03 +08:00
parent bce30a0b8b
commit d179bb2be7

View File

@@ -34,6 +34,7 @@ export function llvmToolchain(prefix: string) {
CXX: path.resolve(bin, "clang++"),
FC: path.resolve(bin, "flang"),
LLVM_EXTRACT: path.resolve(bin, "llvm-extract"),
LLC: path.resolve(bin, "llc"),
};
}