toolchain: add LLC field to llvmToolchain
This commit is contained in:
@@ -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"),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user