environments: update llvm prefix

This commit is contained in:
2024-06-17 18:04:06 +08:00
parent eba3c4e08d
commit 9cc0cd429f

View File

@@ -8,7 +8,7 @@ export const LLVM_SRC = path.join(SW_AUTOVEC, "swllvm-13.0.0-vect0919")
export const LLVM_INSTALL = path.join(LLVM_SRC, "local", "installed") export const LLVM_INSTALL = path.join(LLVM_SRC, "local", "installed")
/// Default toolchain version used in SPEC2017 /// Default toolchain version used in SPEC2017
export const PREFIX = path.join(LLVM_SRC, "85e4fed0c9e4cd4ab8bce89f307127ccbad31294") export const PREFIX = path.join(LLVM_INSTALL, "85e4fed0c9e4cd4ab8bce89f307127ccbad31294")
export const PREFIXBIN = path.join(PREFIX, "bin") export const PREFIXBIN = path.join(PREFIX, "bin")
export const LLVM_EXTRACT = path.join(PREFIXBIN, "llvm-extract") export const LLVM_EXTRACT = path.join(PREFIXBIN, "llvm-extract")